Skip to content

Commit 58155cc

Browse files
chore(deps): update actions/checkout action to v5
1 parent 74a896c commit 58155cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v19.5.0
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout Project
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: Add problem matcher
3535
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3636
- name: Use Node.js v19.5.0

0 commit comments

Comments
 (0)