Skip to content

Commit

Permalink
Merge pull request #27 from sophiedeziel/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
sophiedeziel authored Sep 21, 2023
2 parents af30b76 + 2e5623d commit 06a0937
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.92
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.92
with:
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Restore cache
uses: actions/cache@v3
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
SECRET_KEY_BASE: precompile_placeholder
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.92
Expand Down

0 comments on commit 06a0937

Please sign in to comment.