mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #3401 from hennevogel/update/checkout-action
Update actions/checkout to version 4
This commit is contained in:
commit
f4d9561eaa
2 changed files with 3 additions and 3 deletions
2
.github/workflows/next-rails.yml
vendored
2
.github/workflows/next-rails.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
suite: [models, features, controllers, ability, leftovers]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Sets env vars for next-rails
|
||||
run: |
|
||||
echo "BUNDLE_GEMFILE=Gemfile.next" >> $GITHUB_ENV
|
||||
|
|
|
|||
4
.github/workflows/spec.yml
vendored
4
.github/workflows/spec.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
linters:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.3.2
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
matrix:
|
||||
suite: [models, features, controllers, ability, leftovers]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.3.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue