Skip to content

Commit

Permalink
Merge pull request #73 from moneymeets/feature/bump-github-actions
Browse files Browse the repository at this point in the history
ci(actions): bump checkout action from v3 to v4
  • Loading branch information
felix11h authored Jul 8, 2024
2 parents 9b2d79c + 07ba8e5 commit 9fc699c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run linter
run: |
Expand All @@ -24,6 +24,6 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: ./run_tests.sh

0 comments on commit 9fc699c

Please sign in to comment.