summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-03-30 23:45:07 -0300
committerAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-03-30 23:45:30 -0300
commit759b2b7f12d50ccb381fcac8320e7a6a5a53b234 (patch)
treeab827bdcbd8f921ba9177ae1fe13d7264000c55a
parent7f5928f68ea7aa8854f360d390da65edda17ed0f (diff)
downloadpry-759b2b7f12d50ccb381fcac8320e7a6a5a53b234.tar.gz
Use actions/checkout@v3
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7a214427..f8a826a4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
continue-on-error: true
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with: