diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 537362c..e518018 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -14,13 +14,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Get changed markdown files id: changed-markdown - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v47 with: files: | **/*.md @@ -28,7 +28,7 @@ jobs: - name: Get changed action and test paths id: changed-actions - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v47 with: files: | .github/actions/** diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 5d01bfa..f9d9d48 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -14,13 +14,13 @@ jobs: version_tags: ${{ steps.version.outputs.version_tags }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v47 with: files_ignore: | .github/workflows/create-release.yml @@ -122,7 +122,7 @@ jobs: id: info - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ steps.info.outputs.branch }}