Skip to content

Commit ce45700

Browse files
chore(deps): Update github-actions
1 parent a195a50 commit ce45700

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/actions/rust-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
version: 1.0
4545

4646
- name: Install just
47-
uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2
47+
uses: taiki-e/install-action@fd2f5e3d644b484055ebf4268f474c565f148f25 # v2
4848
with:
4949
tool: just
5050

.github/workflows/firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/fmt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
25+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2626
with:
2727
fetch-depth: 0
2828

@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Install just
7979
if: steps.guard.outputs.run == 'true'
80-
uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2
80+
uses: taiki-e/install-action@fd2f5e3d644b484055ebf4268f474c565f148f25 # v2
8181
with:
8282
tool: just
8383

.github/workflows/host.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/msrv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
archive: zip
6565

6666
steps:
67-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
67+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6868
with:
6969
# Check out the exact tag being released (or HEAD for untargeted dispatch).
7070
ref: ${{ inputs.tag || github.sha }}

.github/workflows/release-plz.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}
4040
private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }}
4141

42-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4343
with:
4444
fetch-depth: 0
4545
persist-credentials: false
@@ -49,7 +49,7 @@ jobs:
4949
cache-key: release-plz-release
5050

5151
- id: release-plz
52-
uses: release-plz/action@064f4d1e36c843611ddf013be726beaa4ad804db # v0.5
52+
uses: release-plz/action@e8792575c7f2366cf6ff3ccc33ead9ace5b691c7 # v0.5
5353
with:
5454
command: release
5555
env:
@@ -125,7 +125,7 @@ jobs:
125125
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}
126126
private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }}
127127

128-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
128+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
129129
with:
130130
fetch-depth: 0
131131
persist-credentials: false
@@ -135,7 +135,7 @@ jobs:
135135
cache-key: release-plz-pr
136136

137137
- id: release-plz
138-
uses: release-plz/action@064f4d1e36c843611ddf013be726beaa4ad804db # v0.5
138+
uses: release-plz/action@e8792575c7f2366cf6ff3ccc33ead9ace5b691c7 # v0.5
139139
with:
140140
command: release-pr
141141
env:

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2828
with:
2929
fetch-depth: 0
3030

0 commit comments

Comments
 (0)