diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 61a6bec0..e8df7972 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: macos-13] steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v6.0.0 - name: Fetch all branches and tags run: git fetch --unshallow --prune - name: Tools caching diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 508401d9..3751ba09 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout the requested branch - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.0 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools