Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all github-actions (major) #324

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Run release-please
id: release
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
command: manifest
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
uses: dsherret/rust-toolchain-file@v1

- name: Install cargo-edit
uses: baptiste0928/cargo-install@v2.2.0
uses: baptiste0928/cargo-install@v3.3.0
with:
crate: cargo-edit

Expand All @@ -72,7 +72,7 @@ jobs:
run: cargo set-version ${{ steps.version.outputs.version }}

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"

Expand All @@ -81,7 +81,7 @@ jobs:
run: npm version ${{ steps.version.outputs.version }}

- name: Commit version bump
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: Bump registry version to ${{ steps.version.outputs.version }}"
branch: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
Expand All @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v4

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.1.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
working-directory: service

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
Expand All @@ -150,7 +150,7 @@ jobs:
working-directory: aqua

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.1.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand All @@ -166,7 +166,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v2.2.0
uses: baptiste0928/cargo-install@v3.3.0
with:
crate: cargo-workspaces

Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}"

- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.1.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
run: cargo clippy -Z unstable-options --all -- -D warnings

- name: Install cargo-nextest
uses: baptiste0928/cargo-install@v2.2.0
uses: baptiste0928/cargo-install@v3.3.0
with:
crate: cargo-nextest
version: 0.9.22
Expand All @@ -81,7 +81,7 @@
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Run cargo fmt
uses: actions-rs/cargo@v1

Check failure on line 84 in .github/workflows/run-tests.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/run-tests.yml#L84

the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
e:.github/workflows/run-tests.yml:84:15: the runner of "actions-rs/cargo@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
command: fmt
args: --all --manifest-path service/Cargo.toml -- --check
6 changes: 3 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Import secrets
if: inputs.snapshot == true
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.1.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand All @@ -74,7 +74,7 @@ jobs:
kv/cargo-registry/users/ci token | CARGO_REGISTRIES_FLUENCE_TOKEN

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
Expand All @@ -85,7 +85,7 @@ jobs:
working-directory: aqua

- name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v2.2.0
uses: baptiste0928/cargo-install@v3.3.0
with:
crate: cargo-workspaces

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3.1.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand All @@ -65,7 +65,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Setup node with self-hosted registry
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
registry-url: "https://npm.fluence.dev"
Expand Down Expand Up @@ -124,13 +124,13 @@ jobs:
run: docker pull $NOX_IMAGE

- name: Run nox network
uses: isbang/compose-action@v1.4.1
uses: isbang/compose-action@v2.2.0
with:
compose-file: ".github/e2e/docker-compose.yml"
down-flags: "--volumes"

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
cache: "pip"
Expand Down
Loading