Skip to content

Commit 53d0d5a

Browse files
authored
Merge pull request #374 from IBM/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents d99b1a7 + ba45322 commit 53d0d5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939
with:
4040
fetch-depth: 0
4141

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
!startsWith(github.event.head_commit.message, 'chore'))
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424
token: ${{ secrets.ADMIN_TOKEN }}

0 commit comments

Comments
 (0)