Skip to content

Commit

Permalink
Update actions/checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 4, 2022
1 parent 234720b commit 332769d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: pip install hadolintw

- name: Check out code
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Run linting
run: hadolintw -d Dockerfile.template --ignore DL3013 --ignore DL3031 --ignore DL3033 --ignore DL4006 --ignore SC2015
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
name: create release draft
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

# do a second checkout to prevent race situation
# changelog gets updated but action works on old commit id
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
with:
ref: master

Expand Down

0 comments on commit 332769d

Please sign in to comment.