Skip to content

Commit 853bd90

Browse files
committed
fix: ensure version
Signed-off-by: Carlos A Becker <[email protected]>
1 parent 109d10a commit 853bd90

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
- shell: bash
4242
run: |
4343
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
44-
- uses: actions/cache@v3
44+
- uses: actions/cache@v3.2.3
4545
if: matrix.os == 'ubuntu-latest'
4646
with:
4747
path: dist/linux
4848
key: linux-${{ env.sha_short }}
49-
- uses: actions/cache@v3
49+
- uses: actions/cache@v3.2.3
5050
if: matrix.os == 'macos-latest'
5151
with:
5252
path: dist/darwin
5353
key: darwin-${{ env.sha_short }}
54-
- uses: actions/cache@v3
54+
- uses: actions/cache@v3.2.3
5555
if: matrix.os == 'windows-latest'
5656
with:
5757
path: dist\windows
@@ -96,15 +96,15 @@ jobs:
9696
- shell: bash
9797
run: |
9898
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
99-
- uses: actions/cache@v3
99+
- uses: actions/cache@v3.2.3
100100
with:
101101
path: dist/linux
102102
key: linux-${{ env.sha_short }}
103-
- uses: actions/cache@v3
103+
- uses: actions/cache@v3.2.3
104104
with:
105105
path: dist/darwin
106106
key: darwin-${{ env.sha_short }}
107-
- uses: actions/cache@v3
107+
- uses: actions/cache@v3.2.3
108108
with:
109109
path: dist/windows
110110
key: windows-${{ env.sha_short }}

0 commit comments

Comments
 (0)