Skip to content

Commit 9ecee9f

Browse files
Update actions/checkout action to v7
1 parent fe6d4b5 commit 9ecee9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-and-release-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Install Rust
2525
uses: dtolnay/rust-toolchain@stable
@@ -52,7 +52,7 @@ jobs:
5252
contents: write
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656
with:
5757
fetch-depth: 0
5858
fetch-tags: true

0 commit comments

Comments
 (0)