summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-04-02 16:15:26 -0300
committerGitHub <noreply@github.com>2022-04-02 16:15:26 -0300
commit10e03217024a5f0f96188372d00436992ff1edb1 (patch)
tree23e8ea9ef72993cf32134a8e52bc019bcf4c14f7
parent7f5928f68ea7aa8854f360d390da65edda17ed0f (diff)
parent0e03ed65056a242b14add00fc9c53640180f2194 (diff)
downloadpry-10e03217024a5f0f96188372d00436992ff1edb1.tar.gz
Merge pull request #2242 from andrehjr/use-actions-v3
Use actions/checkout@v3
-rw-r--r--.github/workflows/test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7a214427..aab17db3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,11 +21,11 @@ jobs:
- '3.0'
- 3.1
# - head is currently broken due to yard support for 3.2.0-dev
- - jruby
+ - jruby-9.3.3.0
# - jruby-head
exclude:
- os: windows-latest
- ruby: jruby
+ ruby: jruby-9.3.3.0
- os: windows-latest
ruby: '2.0'
- os: windows-latest
@@ -41,7 +41,7 @@ jobs:
continue-on-error: true
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with: