Skip to content

Commit 9fc699c

Browse files
authored
Merge pull request moneymeets#73 from moneymeets/feature/bump-github-actions
ci(actions): bump checkout action from v3 to v4
2 parents 9b2d79c + 07ba8e5 commit 9fc699c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Run linter
1515
run: |
@@ -24,6 +24,6 @@ jobs:
2424
timeout-minutes: 5
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828

2929
- run: ./run_tests.sh

0 commit comments

Comments
 (0)