Skip to content

Commit

Permalink
ci(github): upgrade actions/checkout to v3.1.0
Browse files Browse the repository at this point in the history
Project-wide search and replace for all occurrences of the
checkout GH workflow action so that it is at the current
latest stable release version which is v3.1.0

Fixes #2187

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 11, 2022
1 parent d94abe7 commit 2f2fb1c
Show file tree
Hide file tree
Showing 27 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.dast-nuclei-cmd-api-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Verify jq
run: jq --version

- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.1.0

- uses: actions/setup-go@v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/all-nodejs-packages-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-and-publish-packages:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.1.0
- run: git fetch --unshallow --prune
- uses: actions/setup-node@v2.1.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/besu-all-in-one-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.1.0

- name: Build image
run: docker build $DOCKER_BUILD_DIR --file $DOCKERFILE_PATH --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cactus-whitepaper-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.1.0

- name: Build image
run: docker build $DOCKER_BUILD_DIR --file $DOCKERFILE_PATH --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
Expand Down
Loading

0 comments on commit 2f2fb1c

Please sign in to comment.