Skip to content

Commit

Permalink
Merge pull request #45 from routine/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4 [ci-skip]
  • Loading branch information
zacheryph authored Jan 31, 2024
2 parents 5544fe9 + 0537c43 commit cb3e85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rails.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix: ${{ steps.images.outputs.matrix }}
steps:
- id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: filter
uses: dorny/paths-filter@v2
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
matrix: ${{ fromJson(needs.changes.outputs.matrix) }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup qemu
uses: docker/setup-qemu-action@v2
- name: setup docker buildx
Expand Down

0 comments on commit cb3e85b

Please sign in to comment.