Skip to content

Commit 1703a29

Browse files
chore(deps): update github-actions non-major dependencies
1 parent c4d98c4 commit 1703a29

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
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@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
17+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1818
id: app-token
1919
with:
2020
app-id: ${{ vars.BOT_APP_ID }}

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
steps:
2323
# https://github.com/marketplace/actions/checkout
2424
- name: Checkout
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2626

2727
# https://github.com/marketplace/actions/actionlint-with-reviewdog
28-
- uses: reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2
28+
- uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1
2929
with:
3030
fail_on_error: true
3131
filter_mode: nofilter

.github/workflows/labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
steps:
1919
# https://github.com/marketplace/actions/checkout
2020
- name: Checkout
21-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
steps:
3232
# https://github.com/marketplace/actions/checkout
3333
- name: Checkout
34-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3535

3636
# https://github.com/marketplace/actions/create-github-app-token
3737
- name: Create GitHub App Token
38-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
38+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
3939
id: app-token
4040
with:
4141
app-id: ${{ vars.BOT_APP_ID }}
@@ -230,11 +230,11 @@ jobs:
230230
steps:
231231
# https://github.com/marketplace/actions/checkout
232232
- name: Checkout
233-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
233+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
234234

235235
# https://github.com/marketplace/actions/create-github-app-token
236236
- name: Create GitHub App Token
237-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
237+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
238238
id: app-token
239239
with:
240240
app-id: ${{ vars.BOT_APP_ID }}

.github/workflows/wc-changed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# https://github.com/marketplace/actions/checkout
2323
- name: Checkout
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2525

2626
# https://github.com/marketplace/actions/paths-changes-filter
2727
- name: Paths Changes Filter

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
steps:
3838
# https://github.com/marketplace/actions/checkout
3939
- name: Checkout
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4141

4242
# https://github.com/marketplace/actions/mise-action
4343
- name: mise action
44-
uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1
44+
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5.1
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@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
57+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
5858
id: app-token
5959
with:
6060
app-id: ${{ inputs.gh-app-id }}

0 commit comments

Comments
 (0)