Skip to content

Commit

Permalink
Use actions/checkout@v3 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 13, 2023
1 parent 0685243 commit 02a0465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
JRUBY_OPTS: "--debug"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Apt Packages
run: |
sudo apt-get install libcurl4-openssl-dev -y
Expand Down

0 comments on commit 02a0465

Please sign in to comment.