Skip to content

Commit

Permalink
bump git checkout to v4 as it uses latest node LTS version ,v3 uses n…
Browse files Browse the repository at this point in the history
…ode 16
  • Loading branch information
ajayk committed Nov 3, 2023
1 parent 8be7a3b commit 053d786
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
--cap-add NET_ADMIN --cap-add SYS_ADMIN --device /dev/fuse --security-opt seccomp=unconfined --security-opt apparmor:unconfined
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Trust the github workspace'
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
--cap-add NET_ADMIN --cap-add SYS_ADMIN --device /dev/fuse --security-opt seccomp=unconfined --security-opt apparmor:unconfined
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Trust the github workspace'
run: |
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
image: ghcr.io/wolfi-dev/sdk:latest@sha256:d7b6705864edf4873513e6bcacc0937f2f61385f4dacc9c9f07c3d4be8c6c9b1

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Trust the github workspace'
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
packages: ${{steps.package-list.outputs.packages}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Look for changed files
id: changes
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
pull-requests: write # so we have permission to comment on pull requests

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Trust the github workspace'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/digestabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
actions: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: chainguard-dev/actions/digesta-bot@main
with:
token: ${{ secrets.DIGEST_BOT_WOLFI_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/janitor-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
workload_identity_provider: "projects/567187841907/locations/global/workloadIdentityPools/staging-shared-9bd2/providers/staging-shared-gha"

steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # ratchet:actions/checkout@v3.5.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4.1.1
- uses: google-github-actions/auth@v0
with:
workload_identity_provider: ${{ matrix.workload_identity_provider }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
image: ghcr.io/wolfi-dev/sdk:latest@sha256:d7b6705864edf4873513e6bcacc0937f2f61385f4dacc9c9f07c3d4be8c6c9b1

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 'Trust the github workspace'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
contents: read

steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # ratchet:actions/checkout@v3.5.0
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4.1.1
- run: ./lint.sh
2 changes: 1 addition & 1 deletion .github/workflows/reconcile-wolfi-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: chainguard-dev/actions/setup-melange@main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: chainguard-dev/actions/setup-melange@main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/withdraw-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: chainguard-dev/actions/setup-melange@main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wolfictl-check-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get changed files
id: files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wolfictl-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Lint
id: lint
uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:f3ef674e9283cdf896875fbe150ab0f4fe5c1d41ce98842addc6dcf10e67e869
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wolfictl-update-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:f3ef674e9283cdf896875fbe150ab0f4fe5c1d41ce98842addc6dcf10e67e869
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wolfictl-update-rm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: docker://ghcr.io/wolfi-dev/wolfictl:latest@sha256:f3ef674e9283cdf896875fbe150ab0f4fe5c1d41ce98842addc6dcf10e67e869
with:
Expand Down

0 comments on commit 053d786

Please sign in to comment.