diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index f6139e443..45b5b8b88 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v7.0.1 + uses: actions/checkout@v7 with: # Docusaurus uses Git history for last-update author and time. fetch-depth: 0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d398cb4f2..b1b2bce35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout App Repo - uses: actions/checkout@v7.0.1 + uses: actions/checkout@v7 with: repository: "stellar/stellar-docs" diff --git a/.github/workflows/check-routes-removal.yml b/.github/workflows/check-routes-removal.yml index 7c81f7d46..b73782d6b 100644 --- a/.github/workflows/check-routes-removal.yml +++ b/.github/workflows/check-routes-removal.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v7.0.1 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/daily-repo-status.lock.yml b/.github/workflows/daily-repo-status.lock.yml index 97917fc27..09a294810 100644 --- a/.github/workflows/daily-repo-status.lock.yml +++ b/.github/workflows/daily-repo-status.lock.yml @@ -100,7 +100,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@2709137ea6c5b0e19aa621454dc643ea8dc526b1 # v0.85.4 + uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -417,7 +417,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@2709137ea6c5b0e19aa621454dc643ea8dc526b1 # v0.85.4 + uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1016,7 +1016,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@2709137ea6c5b0e19aa621454dc643ea8dc526b1 # v0.85.4 + uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1261,7 +1261,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@2709137ea6c5b0e19aa621454dc643ea8dc526b1 # v0.85.4 + uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1530,7 +1530,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@2709137ea6c5b0e19aa621454dc643ea8dc526b1 # v0.85.4 + uses: github/gh-aw-actions/setup@e67822c8ebaae760c3be935622dbfe343a465306 # v0.89.3 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb2d039a3..6e2ecd5e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout App Repo - uses: actions/checkout@v7.0.1 + uses: actions/checkout@v7 with: # Full history so we can diff the PR against its base branch and only # flag links introduced by this PR, not pre-existing repo content. diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index ab653f731..37c02cffa 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -40,7 +40,7 @@ jobs: # PR head SHA, not the default base ref - must match the # ApplicationSet's {{ .head_sha }}. - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 if: steps.gate.outputs.member == 'true' with: ref: ${{ github.event.pull_request.head.sha }}