Skip to content

Commit 23c1680

Browse files
Update actions/checkout action to v4 (#961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6980768 commit 23c1680

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
timeout-minutes: 10
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- uses: actions/setup-go@v4
3939
with:
4040
go-version: 1.21.1
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
github_app_id: ${{ secrets.E2E_SETUP_GITHUB_APP_ID }}
4747
github_app_private_key: ${{ secrets.E2E_SETUP_GITHUB_APP_PRIVATE_KEY }}
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
with:
5050
token: ${{ steps.octoken.outputs.token }}
5151
repository: int128/argocd-commenter-e2e-test

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 10
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- run: kustomize edit set image controller='ghcr.io/${{ github.repository }}:${{ github.ref_name }}'
2121
working-directory: config/manager
2222
- run: kustomize build config/default > /tmp/argocd-commenter.yaml

0 commit comments

Comments
 (0)