Skip to content

Commit

Permalink
Merge pull request #613 from KanchiMoe/upversion_checkout
Browse files Browse the repository at this point in the history
upversion actions/checkout
  • Loading branch information
adfoster-r7 committed May 8, 2024
2 parents 0846bf8 + 2b150bb commit 229577a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', 'jruby-9.2', 'jruby-9.4.2']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
BUNDLE_ONLY: rubocop

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout recog content
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand All @@ -46,11 +46,11 @@ jobs:

steps:
- name: Checkout Java implementation
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: rapid7/recog-java
- name: Checkout recog content
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: recog-content
- uses: actions/setup-java@v2
Expand All @@ -75,11 +75,11 @@ jobs:

steps:
- name: Checkout Go implementation
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: runZeroInc/recog-go
- name: Checkout recog content
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: recog-content
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 229577a

Please sign in to comment.