Skip to content

Commit f91908d

Browse files
Update GitHub Action Versions
1 parent f822bc2 commit f91908d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
auto-assign:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: pozil/auto-assign-issue@v1.13.0
9+
- uses: pozil/auto-assign-issue@v2.2.0
1010
if: github.actor != 'dependabot[bot]'
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
GH_TOKEN: ${{ secrets.RELEASE_TOKEN }}
5353
SKIP_PREFLIGHT_CHECK: true
5454
steps:
55-
- uses: actions/checkout@v4.1.1
55+
- uses: actions/checkout@v4.2.2
5656
with:
5757
ref: ${{ inputs.sha }}
5858
token: ${{ secrets.RELEASE_TOKEN }}

.github/workflows/github_actions_version_updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v4.2.2
1515
with:
1616
# [Required] Access token with `workflow` scope.
1717
token: ${{ secrets.RELEASE_TOKEN }}

.github/workflows/push_code_linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ jobs:
3232
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
3333
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3434
steps:
35-
- uses: actions/checkout@v4.1.1
35+
- uses: actions/checkout@v4.2.2
3636

3737
- name: Install compatible Nodejs version
3838
id: setup-node
3939
uses: ./.github/actions/setup-node
4040

4141
- name: Install Deps
4242
run: npm install
43-
- uses: xt0rted/markdownlint-problem-matcher@v2
43+
- uses: xt0rted/markdownlint-problem-matcher@v3.0.0
4444
- run: npm run lint:markdown
4545
continue-on-error: true
4646
- name: eslint
47-
uses: reviewdog/action-eslint@v1.20.0
47+
uses: reviewdog/action-eslint@v1.33.2
4848
with:
4949
reporter: github-pr-review # Change reporter.
5050
eslint_flags: src/

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
SKIP_PREFLIGHT_CHECK: true
3333
steps:
34-
- uses: actions/checkout@v4.1.1
34+
- uses: actions/checkout@v4.2.2
3535
with:
3636
ref: ${{ github.head_ref || github.ref }}
3737

@@ -51,7 +51,7 @@ jobs:
5151
- name: 'Report Coverage'
5252
if: always()
5353
continue-on-error: true
54-
uses: davelosert/vitest-coverage-report-action@v2
54+
uses: davelosert/vitest-coverage-report-action@v2.8.3
5555
with:
5656
json-summary-path: './out/coverage-summary.json'
5757
json-final-path: ./out/coverage-final.json

0 commit comments

Comments
 (0)