Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 9285812 commit 470f008
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
HELM_DOCS_VERSION: 1.11.0
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install helm-docs
run: |
cd /tmp
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout tag
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

Expand All @@ -32,7 +32,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
trivy-config: tests/custom-data/trivy-config.yaml
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Run security scanner: ${{ matrix.config.name }}'
uses: aquasecurity/trivy-action@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
KRAKEND_NS: krakend-test
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Install helm'
uses: azure/setup-helm@v3
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
KRAKEND_NS: krakend-test
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Install helm'
uses: azure/setup-helm@v3
Expand Down

0 comments on commit 470f008

Please sign in to comment.