Skip to content

Commit

Permalink
Update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 4b1b0df commit d1bb1df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: hadolint/hadolint:latest-debian
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: hadolint
run: |
Expand All @@ -27,7 +27,7 @@ jobs:
- lint_dockerfile
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
container: hadolint/hadolint:latest-debian
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: hadolint
run: |
Expand All @@ -21,7 +21,7 @@ jobs:
- lint_dockerfile
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test build
id: docker_build
Expand Down

0 comments on commit d1bb1df

Please sign in to comment.