Skip to content

Commit b796b34

Browse files
Merge pull request #953 from yutailang0119/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.1.7 to 4.2.2
2 parents 3fb78ef + f63c1d9 commit b796b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.1.7
12+
- uses: actions/checkout@v4.2.2
1313
- run: |
1414
npm install
1515
- run: |
1616
npm run all
1717
test:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4.1.7
20+
- uses: actions/checkout@v4.2.2
2121
- uses: ./
2222
with:
2323
report-path: ${{ github.workspace }}/__tests__/resource/lint-results.xml

0 commit comments

Comments
 (0)