Skip to content

Commit

Permalink
Update actions/checkout action to v3 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 7, 2022
1 parent a9fbb23 commit 4913adc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CONFTEST_VERSION: "0.15.0"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Conftest Install
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
HELM_RELEASE_BRANCH: gh-pages

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive

Expand All @@ -65,7 +65,7 @@ jobs:
ls -la ${HELM_TMP_DIR}
# Publish
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: gh-pages
path: ./gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
CONFTEST_VERSION: "0.15.0"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Conftest Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
Expand Down

0 comments on commit 4913adc

Please sign in to comment.