Skip to content

Commit 7340a9d

Browse files
authored
Merge pull request #21 from skjnldsv/dependabot/github_actions/actions/checkout-3
2 parents b1d2f0f + f9aa5d8 commit 7340a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v2
16+
- uses: actions/checkout@v3
1717
- name: Build the Docker image
1818
run: docker build . --file Dockerfile

0 commit comments

Comments
 (0)