Skip to content

Commit

Permalink
Upgrade to actions/checkout@v3 (pantsbuild#19112)
Browse files Browse the repository at this point in the history
This works around some node version deprecation we see in the log.
  • Loading branch information
thejcannon authored May 23, 2023
1 parent 7da2a46 commit a84f53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-cherry-picker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Always checkout the latest commit of main
ref: "main"
Expand Down

0 comments on commit a84f53b

Please sign in to comment.