Skip to content

Commit

Permalink
upgrade checkout action in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Sep 7, 2024
1 parent 4baa12b commit 3cd22b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
RGHOST_VERSION: '0.9.7'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 5
- name: Install Ruby
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
RGHOST_VERSION: '0.9.7'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
RGHOST_VERSION: '0.9.7'
PRAWN_GMAGICK_VERSION: '0.0.9'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 3cd22b0

Please sign in to comment.