Skip to content

Commit 7267d33

Browse files
authored
Merge pull request #4 from pabl-o-ce/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 1553f0f + fd8cfd3 commit 7267d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: Install cargo-audit
1818
run: cargo install cargo-audit
1919
- name: Build

0 commit comments

Comments
 (0)