Skip to content

Commit 4bf3d3e

Browse files
Merge pull request #225 from GetUsernameFromDatabase/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 1a6e386 + f495eb1 commit 4bf3d3e

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@v3
15+
uses: actions/checkout@v4
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v18
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout Project
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
- name: Add problem matcher
3636
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3737
- name: Use Node.js v18

0 commit comments

Comments
 (0)