Skip to content

Commit

Permalink
Update to actions/checkout@v4 πŸ™ƒ
Browse files Browse the repository at this point in the history
(this is effectively a functional no-op solving a "problem" that really ought to be solved at a different level within GHA)
  • Loading branch information
tianon committed Jul 9, 2024
1 parent d21c6a0 commit 1f9e879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Verify Binaries
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update Binaries
run: ./update.sh
- name: Verify Changes
Expand All @@ -31,7 +31,7 @@ jobs:
outputs:
strategy: ${{ steps.generate-jobs.outputs.strategy }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker-library/bashbrew@HEAD
- id: generate-jobs
name: Generate Jobs
Expand All @@ -46,7 +46,7 @@ jobs:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare Environment
run: ${{ matrix.runs.prepare }}
- name: Pull Dependencies
Expand Down

0 comments on commit 1f9e879

Please sign in to comment.