Skip to content

Commit d6365a0

Browse files
chore(deps): update github-actions non-major dependencies
1 parent 98e074d commit d6365a0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# https://github.com/marketplace/actions/create-github-app-token
1616
- name: Create GitHub App Token
17-
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
17+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
1818
id: app-token
1919
with:
2020
app-id: ${{ vars.BOT_APP_ID }}

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# https://github.com/marketplace/actions/github-labeler
2424
- name: Run Labeler
25-
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2.0
25+
uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3.0
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
yaml-file: .github/labels.yml

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# https://github.com/marketplace/actions/create-github-app-token
3737
- name: Create GitHub App Token
38-
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
38+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
3939
id: app-token
4040
with:
4141
app-id: ${{ vars.BOT_APP_ID }}
@@ -234,7 +234,7 @@ jobs:
234234

235235
# https://github.com/marketplace/actions/create-github-app-token
236236
- name: Create GitHub App Token
237-
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
237+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
238238
id: app-token
239239
with:
240240
app-id: ${{ vars.BOT_APP_ID }}

.github/workflows/wc-deploy-cloudflare-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# https://github.com/marketplace/actions/mise-action
4343
- name: mise action
44-
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
44+
uses: jdx/mise-action@bfb9fa0b029db830a8c570757cee683df207a6c5 # v2.4.0
4545

4646
- name: Install deps
4747
run: bun install --frozen-lockfile
@@ -54,7 +54,7 @@ jobs:
5454

5555
# https://github.com/marketplace/actions/create-github-app-token
5656
- name: Create GitHub App Token
57-
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
57+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
5858
id: app-token
5959
with:
6060
app-id: ${{ inputs.gh-app-id }}

0 commit comments

Comments
 (0)