Skip to content

Commit

Permalink
Merge pull request #1390 from openSUSE/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
hennevogel authored Sep 18, 2023
2 parents 7ce247f + 15ff5d9 commit 569beea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
Expand All @@ -20,7 +20,7 @@ jobs:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
Expand All @@ -31,7 +31,7 @@ jobs:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
Expand All @@ -42,7 +42,7 @@ jobs:
needs: linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
Expand All @@ -53,7 +53,7 @@ jobs:
needs: linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
Expand Down

0 comments on commit 569beea

Please sign in to comment.