summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-10-22 02:41:38 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-10-22 02:43:02 -0600
commit6671ec6da060358231d673a7fcdaf98b99d36227 (patch)
treee03d2cd8e609bba7a50e3da11cb9eaaff71e533c /.github
parentf7412c8bcd4027d5189e5f22384ceae82d155aa6 (diff)
upgrade checkout action to v3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/upstream-dispatch.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3fe144e7..50e5468d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
@@ -84,7 +84,7 @@ jobs:
RGHOST_VERSION: '0.9.7'
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
fetch-depth: 5
- name: Install Ruby
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e30050b5..8568a2d9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
RGHOST_VERSION: '0.9.7'
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
diff --git a/.github/workflows/upstream-dispatch.yml b/.github/workflows/upstream-dispatch.yml
index b7727f3f..aaa6722a 100644
--- a/.github/workflows/upstream-dispatch.yml
+++ b/.github/workflows/upstream-dispatch.yml
@@ -11,7 +11,7 @@ jobs:
RGHOST_VERSION: '0.9.7'
PRAWN_GMAGICK_VERSION: '0.0.9'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install Ruby
uses: ruby/setup-ruby@v1
with: