Skip to content

Commit a5f3c07

Browse files
authored
Merge pull request #170 from jacobras/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents fb4a6b1 + 524e00f commit a5f3c07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
pull-requests: write
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
clean: ${{ github.ref == 'refs/heads/develop' }}
2626

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: write
1010

1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- name: Build setup
1515
uses: ./.github/actions/build-setup

0 commit comments

Comments
 (0)