Skip to content

Commit

Permalink
Revert "Bump actions/checkout from 2 to 3"
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoss authored Apr 13, 2022
1 parent 9e81e5a commit e59a1ef
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
tool: ['ytt', 'kapp', 'kbld', 'imgpkg', 'vendir']
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get Current Release Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: "1.17"
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: misspell
uses: reviewdog/action-misspell@3347037502cd60235723196fe0084fd1c11ff33a # v1.1.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v1

- name: Install Carvel Tools
uses: vmware-tanzu/carvel-setup-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: "1.17.6"
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v1
- name: Install Carvel Tools
run: ./hack/install-deps.sh
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-kctrl-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: "1.17"
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v1
- name: Install Carvel Tools
uses: vmware-tanzu/carvel-setup-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go 1.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: "1.17.6"
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v1
- name: Install Carvel Tools
run: ./hack/install-deps.sh
- name: Run Upgrade Test
Expand Down

0 comments on commit e59a1ef

Please sign in to comment.