Skip to content

Commit c27f77d

Browse files
authored
Merge pull request #89 from bootc-dev/test-renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents a3c84dc + 69d3d35 commit c27f77d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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@v3
30+
uses: actions/checkout@v5
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@v3
47+
uses: actions/checkout@v5
4848
with:
4949
repository: ostreedev/ostree-rs-ext
5050
path: ostree-rs-ext

0 commit comments

Comments
 (0)