Skip to content

Commit

Permalink
chore(ci): update actions
Browse files Browse the repository at this point in the history
many actions were using old versions.

update rtd so docs build.

Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
ryjones committed May 10, 2023
1 parent 9b767bf commit 30101b9
Show file tree
Hide file tree
Showing 45 changed files with 163 additions and 159 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.dast-nuclei-cmd-api-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Verify jq
run: jq --version

- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.5.2

- uses: actions/setup-go@v3.0.0
- uses: actions/setup-go@v4.0.0
with:
go-version: 1.17

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 @@ -16,7 +16,7 @@ jobs:
build-and-publish-packages:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.5.2
- run: git fetch --unshallow --prune
- uses: actions/setup-node@v3.6.0
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 @@ -31,7 +31,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.5.2

- 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 @@ -31,7 +31,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.5.2

- 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 30101b9

Please sign in to comment.