Skip to content

Commit

Permalink
fix: actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 committed Nov 29, 2023
1 parent 1cfef93 commit 8a16b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
with:
fetch-depth: 2
- id: find-targets
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
target: ${{ fromJSON(needs.find-updated-bases.outputs.targets) }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
- name: Make build info
id: make-build-info
run: |
Expand Down

0 comments on commit 8a16b14

Please sign in to comment.