Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/redist-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
variants: ${{ steps.load.outputs.variants }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Load variant matrix
id: load
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Full history so we can diff the push range for per-variant change detection.
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/redist-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sources: ${{ steps.load.outputs.sources }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Load variant + source matrices
id: load
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
cancel-in-progress: false
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Download depot downloader
uses: robinraju/release-downloader@28fc21f50d76778e7023361aa1f863e717d3d56f # v1
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:

- name: Checkout repository
if: steps.gate.outputs.changed == 'true'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: master
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redist-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Resolve variant and redist directory
run: |
Expand Down