Skip to content

Commit

Permalink
Merge pull request #443 from spotahome/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
ese authored Aug 30, 2022
2 parents 9788992 + c2c4bcf commit 30b5164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
# Execute the checks inside the container instead the VM.
container: golangci/golangci-lint:v1.43.0-alpine
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: ./scripts/check.sh

unit-test:
name: Unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.17
Expand All @@ -34,7 +34,7 @@ jobs:
matrix:
kubernetes: [1.22.12, 1.23.9, 1.24.3]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.17
Expand All @@ -52,7 +52,7 @@ jobs:
name: Chart testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git
Expand Down

0 comments on commit 30b5164

Please sign in to comment.