Skip to content

Commit

Permalink
Merge pull request #36 from AndriyKalashnykov/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-4.0.0

Bump actions/checkout from 3.5.3 to 4.0.0
  • Loading branch information
AndriyKalashnykov authored Sep 9, 2023
2 parents d7a1933 + 22b41f7 commit 76a85d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:

- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.0.0

- name: Set up JDK ${{ matrix.java }} distribution (${{ matrix.java-distro }})
uses: actions/setup-java@v3.12.0
Expand Down

0 comments on commit 76a85d7

Please sign in to comment.