summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-31 19:48:31 +0900
committerGitHub <noreply@github.com>2021-07-31 19:48:31 +0900
commit0be49786edf40b9956da0693d112f770588424e4 (patch)
tree8379454e2966fd8fa5bd08b883d3bf818abb3d17
parenta8922edb85abce2412588a0b2044cd343e1caa70 (diff)
parent25222ad0eb3b14ab3d059633c64496a4c15dc0f3 (diff)
downloadpsych-0be49786edf40b9956da0693d112f770588424e4.tar.gz
Merge pull request #513 from jory-graham/patch-1
Update ubuntu-jruby.yml
-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: