Skip to content

Commit 3947bb4

Browse files
chore(deps): update liblaf/actions digest to 1f83732
1 parent 06de4b8 commit 3947bb4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- id: auth
2525
name: Auth
26-
uses: liblaf/actions/auth@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
26+
uses: liblaf/actions/auth@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
2727
with:
2828
app-id: ${{ vars.APP_ID }}
2929
private-key: ${{ secrets.PRIVATE_KEY }}

.github/workflows/release-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
tool: git-cliff
3838
- id: version
3939
name: Next version
40-
uses: liblaf/actions/next-version@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
40+
uses: liblaf/actions/next-version@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
4141
env:
4242
GIT_CLIFF_CONFIG_URL: ${{ env.GIT_CLIFF_CONFIG_URL }}
4343
GITHUB_TOKEN: ${{ github.token }}
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- id: auth
6060
name: Auth
61-
uses: liblaf/actions/auth@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
61+
uses: liblaf/actions/auth@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
6262
with:
6363
app-id: ${{ vars.APP_ID }}
6464
private-key: ${{ secrets.PRIVATE_KEY }}

.github/workflows/release-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
steps:
2121
- id: auth
2222
name: Auth
23-
uses: liblaf/actions/auth@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
23+
uses: liblaf/actions/auth@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
2424
with:
2525
app-id: ${{ vars.APP_ID }}
2626
private-key: ${{ secrets.PRIVATE_KEY }}
2727
- name: Publish drafts
28-
uses: liblaf/actions/publish-drafts@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
28+
uses: liblaf/actions/publish-drafts@1f83732587ff97f1babbe9218fdc5436dda1a16f # v1
2929
with:
3030
older-than: 6h
3131
token: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)