Skip to content

Commit da09951

Browse files
Merge pull request #64 from SierraSoftworks/dependabot/github_actions/dot-github/workflows/actions/checkout-6
build(deps): Bump actions/checkout from 5 to 6 in /.github/workflows
2 parents c8b5d7a + 7c40651 commit da09951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.event_name == 'pull_request'
1515

1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Build Dockerfile
2020
run: docker build . --file Dockerfile
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event_name == 'push'
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- name: Build image
3131
run: docker build . --file Dockerfile --tag image

0 commit comments

Comments
 (0)