Skip to content

Commit 6ecb5be

Browse files
chore(deps): update openameba/action-os-info digest to b1395f4
1 parent 17a8560 commit 6ecb5be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: lts/*
3434
- id: os-info
35-
uses: openameba/action-os-info@209c205069a96ca10d180f2fdbd11e285d09b1d1 # v1.0.0
35+
uses: openameba/action-os-info@b1395f434e5fc0aab838ce4f823d6c844e230f07 # v1.0.0
3636
- id: cache-key
3737
run: >
3838
echo 'suffix=${{ format('{0}-{1}-{2}-{3}', runner.environment, runner.arch, runner.os, steps.os-info.outputs.version) }}'
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
node-version: lts/*
9393
- id: os-info
94-
uses: openameba/action-os-info@209c205069a96ca10d180f2fdbd11e285d09b1d1 # v1.0.0
94+
uses: openameba/action-os-info@b1395f434e5fc0aab838ce4f823d6c844e230f07 # v1.0.0
9595
- id: cache-key
9696
run: >
9797
echo 'suffix=${{ format('{0}-{1}-{2}-{3}', runner.environment, runner.arch, runner.os, steps.os-info.outputs.version) }}'

restore/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
run: echo "dir=$(npm config get cache)" | tee -a "$GITHUB_OUTPUT"
1616

1717
- id: os-info
18-
uses: openameba/action-os-info@209c205069a96ca10d180f2fdbd11e285d09b1d1 # v1.0.0
18+
uses: openameba/action-os-info@b1395f434e5fc0aab838ce4f823d6c844e230f07 # v1.0.0
1919

2020
- id: cache-key
2121
shell: bash

save/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
run: echo "dir=$(npm config get cache)" | tee -a "$GITHUB_OUTPUT"
2626

2727
- id: os-info
28-
uses: openameba/action-os-info@209c205069a96ca10d180f2fdbd11e285d09b1d1 # v1.0.0
28+
uses: openameba/action-os-info@b1395f434e5fc0aab838ce4f823d6c844e230f07 # v1.0.0
2929

3030
- id: cache-key
3131
shell: bash

0 commit comments

Comments
 (0)