Skip to content

Commit 7329bb0

Browse files
chore(deps): update actions/checkout action to v6 (#107)
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> Co-authored-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent ca9f4d3 commit 7329bb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os: [ubuntu-latest]
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
ref: ${{ github.event.pull_request.head.sha }}
3333
fetch-depth: 20
@@ -44,7 +44,7 @@ jobs:
4444
- name: cargo clippy (non-gating)
4545
run: cargo clippy
4646
- name: Checkout ostree-rs-ext
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848
with:
4949
repository: ostreedev/ostree-rs-ext
5050
path: ostree-rs-ext

.github/workflows/cratesio-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
id-token: write # Required for OIDC token exchange
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: rust-lang/crates-io-auth-action@v1
1414
id: auth
1515
- run: cargo publish

0 commit comments

Comments
 (0)