Skip to content

Commit 381b513

Browse files
Merge pull request #2996 from neviaumi/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents eb933e2 + d0436ff commit 381b513

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
needs: publish
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v6
9+
- uses: actions/checkout@v7
1010
with:
1111
ref: ${{needs.publish.outputs.release_branch}}
1212
- env:
@@ -25,7 +25,7 @@ jobs:
2525
released_version: ${{ steps.publish.outputs.released_version }}
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
with:
3030
fetch-depth: '0'
3131
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

.github/workflows/verify-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v6
7+
- uses: actions/checkout@v7
88
with:
99
fetch-depth: '0'
1010
ref: ${{github.head_ref}}

0 commit comments

Comments
 (0)