3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-06 01:06:18 +00:00

Bump actions/checkout from 5.0.1 to 6.0.2 (#8483)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-02-03 10:07:58 -08:00 committed by GitHub
parent be15b342a4
commit 7087adde9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 74 additions and 74 deletions

View file

@ -96,7 +96,7 @@ jobs:
- name: Create gh-aw temp directory
run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5
# Cache memory file share configuration from frontmatter processed below
- name: Create cache-memory directory
@ -1099,7 +1099,7 @@ jobs:
path: /tmp/gh-aw/
- name: Checkout repository
if: ((!cancelled()) && (needs.agent.result != 'skipped')) && (contains(needs.agent.outputs.output_types, 'create_pull_request'))
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6
with:
token: ${{ github.token }}
persist-credentials: false