Skip to content

Commit

Permalink
Merge pull request #52 from git-commit-id/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
TheSnoozer authored Sep 19, 2023
2 parents ba5b2d5 + 07da5f7 commit 4a9b563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Run checkstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up JDK 11
Expand All @@ -33,7 +33,7 @@ jobs:
matrix:
java_version: [ '11', '12', '13', '14', '15', '16', '17', '18', '19', '20' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up JDK ${{ matrix.java_version }}
Expand All @@ -58,7 +58,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/') && github.ref == 'refs/heads/master' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up JDK 11
Expand Down

0 comments on commit 4a9b563

Please sign in to comment.