summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorjory-graham <86066564+jory-graham@users.noreply.github.com>2021-07-29 13:03:28 -0400
committerGitHub <noreply@github.com>2021-07-29 13:03:28 -0400
commit25222ad0eb3b14ab3d059633c64496a4c15dc0f3 (patch)
tree8379454e2966fd8fa5bd08b883d3bf818abb3d17 /.github
parenta8922edb85abce2412588a0b2044cd343e1caa70 (diff)
downloadpsych-25222ad0eb3b14ab3d059633c64496a4c15dc0f3.tar.gz
Update ubuntu-jruby.yml
Change to `actions/checkout@v2` for consistency with other workflows. Hopefully this solves the issue where jruby dies while installing maven.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu-jruby.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-jruby.yml b/.github/workflows/ubuntu-jruby.yml
index fd64cf1..1ef9f65 100644
--- a/.github/workflows/ubuntu-jruby.yml
+++ b/.github/workflows/ubuntu-jruby.yml
@@ -10,7 +10,7 @@ jobs:
matrix:
ruby: [ jruby, jruby-head ]
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: