Skip to content

Commit d740541

Browse files
Merge pull request #15 from Wurst-Imperium/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 625bae2 + 71d5d1a commit d740541

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Checkout repository
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
# Include all branches and tags
1919
fetch-depth: 0

.github/workflows/test.yml

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

6060
- name: Checkout repository
61-
uses: actions/checkout@v6
61+
uses: actions/checkout@v7
6262

6363
- name: Dispatch dummy workflow
6464
id: dispatch_dummy_workflow

0 commit comments

Comments
 (0)