Skip to content

Commit 0e9b6e4

Browse files
Merge pull request #203 from 8go/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents d63dccc + c60e4ef commit 0e9b6e4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-by-label-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
DEBIAN_FRONTEND: noninteractive
5959

6060
steps:
61-
- uses: actions/checkout@v6
61+
- uses: actions/checkout@v7
6262

6363
- if: github.event_name == 'workflow_dispatch'
6464
run: echo "TAG_NAME=${{ github.event.inputs.tag_name }}" >> $GITHUB_ENV

.github/workflows/release-by-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
DEBIAN_FRONTEND: noninteractive
6060

6161
steps:
62-
- uses: actions/checkout@v6
62+
- uses: actions/checkout@v7
6363

6464
- if: github.event_name == 'workflow_dispatch'
6565
run: echo "TAG_NAME=${{ github.event.inputs.tag_name }}" >> $GITHUB_ENV

.github/workflows/rust-by-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
# Don't build if we dont have a version tag tag, cannot create release without a version tag anyways
3636
# if: startsWith(github.ref, 'refs/tags/')
3737

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
- name: Build
2626
run: cargo build --verbose
2727
- name: Run tests

0 commit comments

Comments
 (0)