Skip to content

Commit f6482bc

Browse files
chore(deps): update github-actions
1 parent 2ded9f1 commit f6482bc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dagger-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contents: write # allow workflow to write to PR
2727
steps:
2828
- name: checkout
29-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3030
with:
3131
# should be used for PRs only
3232
# https://github.com/marketplace/actions/add-commit#working-with-prs
@@ -44,7 +44,7 @@ jobs:
4444
permission-contents: write # create releases
4545
permission-pull-requests: write # create release pull requests
4646
- name: install mise
47-
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
47+
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
4848
with:
4949
install: true
5050
cache: true

.github/workflows/pr_mise_lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121
steps:
2222
- name: checkout
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
# should be used for PRs only
2626
# https://github.com/marketplace/actions/add-commit#working-with-prs
@@ -38,7 +38,7 @@ jobs:
3838
permission-contents: write # create releases
3939
permission-pull-requests: write # create release pull requests
4040
- name: install mise
41-
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
41+
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
4242
env:
4343
MISE_LOCKED: 0 # disable "locked=true" for update
4444
with:

0 commit comments

Comments
 (0)