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] authored Sep 5, 2023
1 parent 2afa9cd commit d18a418
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Note: This action must be run before 'actions/setup-node' if we let
# 'actions/setup-node' handle caching for us because it will run 'pnpm store path'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Run our own action to verify that it works with all combinations of supported
# operating systems and versions of install4j
Expand Down

0 comments on commit d18a418

Please sign in to comment.