Skip to content

Commit 400286c

Browse files
authored
Merge pull request #28 from sertit/dependabot/github_actions/actions/checkout-6
Build(deps): Bump actions/checkout from 5 to 6
2 parents 81e191c + 5eae06c commit 400286c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1717
steps:
1818
- name: Checkout source
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
# Get history and tags for SCM versioning to work
2222
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
with:
1111
fetch-depth: 0
1212
- name: Mirror + trigger CI

0 commit comments

Comments
 (0)