Skip to content

Commit 7ed3f1c

Browse files
chore(deps): update liblaf/actions digest to cadf1f6 (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00a965d commit 7ed3f1c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/copier-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- id: auth
2727
name: Auth
28-
uses: liblaf/actions/auth@c0ddb2356ceaa62ed3108a073f2e2a303264afa6 # v1
28+
uses: liblaf/actions/auth@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
2929
with:
3030
app-id: ${{ vars.APP_ID }}
3131
private-key: ${{ secrets.PRIVATE_KEY }}

.github/workflows/mega-linter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
steps:
3333
- id: auth
3434
name: Auth
35-
uses: liblaf/actions/auth@c0ddb2356ceaa62ed3108a073f2e2a303264afa6 # v1
35+
uses: liblaf/actions/auth@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
3636
with:
3737
app-id: ${{ vars.APP_ID }}
3838
private-key: ${{ secrets.PRIVATE_KEY }}
3939
- name: Checkout
4040
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4141
- id: lint
4242
name: MegaLinter
43-
uses: liblaf/actions/mega-linter@c0ddb2356ceaa62ed3108a073f2e2a303264afa6 # v1
43+
uses: liblaf/actions/mega-linter@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
4444
with:
4545
token: ${{ steps.auth.outputs.token }}
4646
- if: success() || failure()

.github/workflows/release-create.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@c0ddb2356ceaa62ed3108a073f2e2a303264afa6 # v1
26+
uses: liblaf/actions/auth@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # 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
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- id: auth
3131
name: Auth
32-
uses: liblaf/actions/auth@c0ddb2356ceaa62ed3108a073f2e2a303264afa6 # v1
32+
uses: liblaf/actions/auth@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
3333
with:
3434
app-id: ${{ vars.APP_ID }}
3535
private-key: ${{ secrets.PRIVATE_KEY }}
@@ -43,7 +43,7 @@ jobs:
4343
tool: git-cliff
4444
- id: version
4545
name: Next version
46-
uses: liblaf/actions/next-version@c0ddb2356ceaa62ed3108a073f2e2a303264afa6 # v1
46+
uses: liblaf/actions/next-version@cadf1f6ac2bed9a0ebc033e74a2c0994813e7f04 # v1
4747
- if: steps.version.outputs.bumped == 'true'
4848
name: Generate changelog
4949
run: |-

0 commit comments

Comments
 (0)