Skip to content

Commit b611c02

Browse files
authored
Merge pull request #23 from skjnldsv/dependabot/github_actions/actions/checkout-4
2 parents 6cffe9a + c436725 commit b611c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Build the Docker image
1818
run: docker build . --file Dockerfile

0 commit comments

Comments
 (0)