Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 26, 2024
1 parent 1f95211 commit 50cab69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
dependencies:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# install a specific version of Node using
# https://github.com/actions/setup-node
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-20.04
needs: dependencies
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/cache@v3
id: npm-cache
Expand Down

0 comments on commit 50cab69

Please sign in to comment.