Skip to content

Commit 5e3b20e

Browse files
Merge pull request #786 from yutailang0119/dependabot/github_actions/actions/checkout-4.1.0
Bump actions/checkout from 4.0.0 to 4.1.0
2 parents 04536a9 + 5d6a323 commit 5e3b20e

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.0.0
12+
- uses: actions/checkout@v4.1.0
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.0.0
20+
- uses: actions/checkout@v4.1.0
2121
- uses: ./
2222
with:
2323
report-path: ${{ github.workspace }}/__tests__/resource/lint-results.xml

0 commit comments

Comments
 (0)