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 hashicorp/vault-action action to v3 #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@

steps:
- name: Checkout
uses: actions/checkout@v3

Check failure on line 52 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/release.yml#L52

the runner of "actions/checkout@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
.github/workflows/release.yml:52:15: the runner of "actions/checkout@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]

- name: Import secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v3.1.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand All @@ -65,7 +65,7 @@
kv/npmjs/fluencebot token | NODE_AUTH_TOKEN

- name: Setup node
uses: actions/setup-node@v3

Check failure on line 68 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/release.yml#L68

the runner of "actions/setup-node@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
.github/workflows/release.yml:68:15: the runner of "actions/setup-node@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
Expand Down Expand Up @@ -103,7 +103,7 @@
echo "found any?:" "${{ steps.status.outputs.found }}"

- name: Import secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v3.1.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down
Loading