Skip to content

Commit

Permalink
Merge pull request #265 from ioki-mobility/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4
  • Loading branch information
rmehner authored Sep 5, 2023
2 parents 9ca670a + 963cc19 commit dffab1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Pull repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Bundle install and cache result
uses: ruby/setup-ruby@v1
with:
Expand All @@ -22,7 +22,7 @@ jobs:

steps:
- name: Pull repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Bundle install and cache result
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit dffab1b

Please sign in to comment.