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

chore(deps): update all github-actions

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-13 11:46:28 +02:00 committed by GitHub
parent 2f135e4fd2
commit 00252fe8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -62,7 +62,7 @@ jobs:
version: 8 version: 8
- name: Setup node with self-hosted npm registry - name: Setup node with self-hosted npm registry
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: "18" node-version: "18"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"

View File

@ -24,7 +24,7 @@ jobs:
steps: steps:
- name: Run release-please - name: Run release-please
id: release id: release
uses: google-github-actions/release-please-action@v3 uses: google-github-actions/release-please-action@v4
with: with:
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }} token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
command: manifest command: manifest
@ -68,7 +68,7 @@ jobs:
version: 8 version: 8
- name: Setup node with self-hosted npm registry - name: Setup node with self-hosted npm registry
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: "18" node-version: "18"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
@ -91,7 +91,7 @@ jobs:
run: pnpm -r i run: pnpm -r i
- name: Commit version bump - name: Commit version bump
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: "chore: Bump aqua version to ${{ steps.version.outputs.version }}" commit_message: "chore: Bump aqua version to ${{ steps.version.outputs.version }}"
branch: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }} branch: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}

View File

@ -72,7 +72,7 @@ jobs:
version: 8 version: 8
- name: Setup node with self-hosted npm registry - name: Setup node with self-hosted npm registry
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: "18" node-version: "18"
registry-url: "https://npm.fluence.dev" registry-url: "https://npm.fluence.dev"

View File

@ -52,7 +52,7 @@ jobs:
kv/slack/node-alerts webhook | INCOMING_WEBHOOK_URL kv/slack/node-alerts webhook | INCOMING_WEBHOOK_URL
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: docker.fluence.dev registry: docker.fluence.dev
username: ${{ env.DOCKER_USERNAME }} username: ${{ env.DOCKER_USERNAME }}
@ -90,7 +90,7 @@ jobs:
version: 8 version: 8
- name: Setup node with self-hosted registry - name: Setup node with self-hosted registry
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: "18" node-version: "18"
registry-url: "https://npm.fluence.dev" registry-url: "https://npm.fluence.dev"