Skip to content

Commit 05fd690

Browse files
authored
Merge pull request #42 from coldfix/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 9fa54ac + f81e187 commit 05fd690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build and check package
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-python@v6
1313
with: {python-version: 3.x}
1414

@@ -83,7 +83,7 @@ jobs:
8383
name: Upload to snapcraft.io
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/checkout@v5
86+
- uses: actions/checkout@v6
8787
- uses: snapcore/action-build@v1
8888
id: build
8989
- uses: snapcore/action-publish@v1

0 commit comments

Comments
 (0)