Skip to content

Commit

Permalink
Merge pull request #13 from Emily-Jiang/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
Emily-Jiang authored Mar 2, 2022
2 parents a083543 + 9493200 commit 62b581c
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 @@ -35,7 +35,7 @@ jobs:
name: build with jdk ${{matrix.java}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: checkout
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
Expand Down

0 comments on commit 62b581c

Please sign in to comment.