summary refs log tree commit
path: root/.github/workflows/development.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/development.yml')
-rw-r--r--.github/workflows/development.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml
index 92dacb24..53ee8676 100644
--- a/.github/workflows/development.yml
+++ b/.github/workflows/development.yml
@@ -16,7 +16,7 @@ jobs:
     env:
       BUNDLE_GEMFILE: .ci.gemfile
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
 
     - uses: ruby/setup-ruby@v1
       with:
@@ -44,7 +44,7 @@ jobs:
     env:
       BUNDLE_GEMFILE: .ci.gemfile
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
 
     - uses: ruby/setup-ruby@v1
       with: