Skip to content

Commit 2a841b1

Browse files
authored
Merge pull request #16 from sdebruyn/dependabot/github_actions/main/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 1ab6124 + e6530f2 commit 2a841b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515

1616
- uses: pdm-project/setup-pdm@v4
1717
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- 5432:5432
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828

2929
- uses: pdm-project/setup-pdm@v4
3030
with:

0 commit comments

Comments
 (0)