Skip to content

Commit

Permalink
chore(deps): update all github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent ad5d03b commit bb278ba
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint actions
uses: reviewdog/action-actionlint@v1
Expand Down
26 changes: 13 additions & 13 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 All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
Expand All @@ -54,7 +54,7 @@ jobs:
uses: dsherret/rust-toolchain-file@v1

- name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v1.3.1
uses: baptiste0928/cargo-install@v3.1.1
with:
crate: cargo-workspaces

Expand All @@ -80,12 +80,12 @@ jobs:
working-directory: ./src/spell/modules/spell/spell
run: ./build.sh

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4.0.0
with:
version: 8

- 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 @@ -103,7 +103,7 @@ jobs:
working-directory: src/aqua/installation-spell

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

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}

- name: Import secrets
uses: hashicorp/vault-action@v2.5.0
uses: hashicorp/vault-action@v3.0.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand All @@ -144,7 +144,7 @@ jobs:
uses: dsherret/rust-toolchain-file@v1

- name: Install Marine
uses: baptiste0928/cargo-install@v1.3.1
uses: baptiste0928/cargo-install@v3.1.1
with:
crate: marine

Expand All @@ -153,7 +153,7 @@ jobs:
run: ./build.sh

- name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v1.3.1
uses: baptiste0928/cargo-install@v3.1.1
with:
crate: cargo-workspaces

Expand All @@ -167,12 +167,12 @@ jobs:
--skip-published \
--yes
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4.0.0
with:
version: 8

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org'
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}"
- name: Import secrets
uses: hashicorp/vault-action@v2.5.0
uses: hashicorp/vault-action@v3.0.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: fluencelabs/spell
ref: ${{ github.ref }}

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4.0.0
with:
version: 8

- name: Setup node with self-hosted npm 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 @@ -71,7 +71,7 @@ jobs:
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: fluencelabs/spell
ref: ${{ github.ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: fluencelabs/spell
ref: ${{ inputs.ref }}

- name: Import secrets
uses: hashicorp/vault-action@v2.5.0
uses: hashicorp/vault-action@v3.0.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down Expand Up @@ -102,12 +102,12 @@ jobs:
path: src/spell/modules/spell

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4.0.0
with:
version: 8

- name: Setup node with self-hosted npm registry
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
registry-url: "https://npm.fluence.dev"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Import secrets
uses: hashicorp/vault-action@v2.5.0
uses: hashicorp/vault-action@v3.0.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand All @@ -52,13 +52,13 @@ jobs:
kv/npm-registry/basicauth/ci token | NODE_AUTH_TOKEN;
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: fluencelabs/spell
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 All @@ -73,7 +73,7 @@ jobs:
version: ${{ inputs.fcli-version }}

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.fluence.dev
username: ${{ env.DOCKER_USERNAME }}
Expand All @@ -83,13 +83,13 @@ jobs:
run: docker pull $NOX_IMAGE

- name: Run nox network
uses: isbang/compose-action@v1.4.1
uses: isbang/compose-action@v2.0.2
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

0 comments on commit bb278ba

Please sign in to comment.