Skip to content

Commit

Permalink
ci: Update checkout action (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored Nov 5, 2024
1 parent de3dd4c commit da96db4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set version number
shell: bash
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out tap repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: '${{ secrets.HOMEBREW_TAP_REPO }}'
fetch-depth: 0 # The entire repo history, so we can push an update
Expand All @@ -208,7 +208,7 @@ jobs:
- name: Check out source repo
# This puts the source repo contents at the expected location in the
# tap repo.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: shaka-lab-source

Expand Down

0 comments on commit da96db4

Please sign in to comment.