Skip to content

Commit

Permalink
Bumped checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Apr 24, 2024
1 parent a8d8155 commit 6848d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Choose Java 11
run: |
echo "JAVA_HOME=$JAVA_HOME_11_X64" >> $GITHUB_ENV
Expand Down

0 comments on commit 6848d6e

Please sign in to comment.