We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d93ad commit 224657eCopy full SHA for 224657e
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/checkout@v3
51
52
- name: Import secrets
53
- uses: hashicorp/vault-action@v2.4.3
+ uses: hashicorp/vault-action@v2.8.1
54
with:
55
url: https://vault.fluence.dev
56
path: jwt/github
@@ -73,7 +73,7 @@ jobs:
73
run: ./build.sh
74
75
- name: Install cargo-workspaces
76
- uses: baptiste0928/[email protected].0
+ uses: baptiste0928/[email protected].1
77
78
crate: cargo-workspaces
79
@@ -138,7 +138,7 @@ jobs:
138
echo "found any?:" "${{ steps.status.outputs.found }}"
139
140
141
142
143
144
0 commit comments