Skip to content

Commit 04379f1

Browse files
authored
Merge pull request #16 from wisemen-digital/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents c2d4f8f + d5d669a commit 04379f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/internal-build-test-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- name: Checkout
4949
if: inputs.run-tests
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
- name: Build & test
5252
if: inputs.run-tests
5353
uses: ./.github/actions/build-and-test
@@ -72,7 +72,7 @@ jobs:
7272
- 5000:5000
7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@v5
75+
uses: actions/checkout@v6
7676
- name: Build & publish
7777
uses: ./.github/actions/build-and-publish
7878
with:

0 commit comments

Comments
 (0)