summary refs log tree commit
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-13 23:18:15 +1200
committerGitHub <noreply@github.com>2022-06-13 23:18:15 +1200
commit0ca1b2813fdd984f1285b0bcbf7e4e6e3cb8fbe7 (patch)
tree7ade26a4ac3a1268973c43903af45cbccdc3dd50
parentafc43f2fc355ee10b4002c5befd0703ba016290a (diff)
downloadrack-0ca1b2813fdd984f1285b0bcbf7e4e6e3cb8fbe7.tar.gz
Bump actions/checkout from 2 to 3 (#1911)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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: