diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0db8854e..1097bf24 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: macos-13] steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.1 - 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 6c382485..39a067e3 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@v4.1.7 + uses: actions/checkout@v4.2.1 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Cache Tools