Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/break-pacman-upload-lease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone build-extra
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: git-for-windows/build-extra
- name: Break the lease
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: github.event.repository.owner.login == 'git-for-windows'
runs-on: ${{ github.event.inputs.architecture == 'aarch64' && 'windows-11-arm' || 'windows-latest' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# Since we want to operate on _another_ repository, we sadly cannot use:
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-self-hosted-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: github.repository_owner == 'git-for-windows'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Azure Login
uses: azure/login@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-azure-self-hosted-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
VM_NAME="actions-runner-$(date +%Y%m%d%H%M%S%N)"
echo "Will be using $VM_NAME as the VM name"
echo "vm_name=$VM_NAME" >> $GITHUB_OUTPUT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Obtain installation token
id: setup
uses: actions/github-script@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drop-pacman-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
owner: ${{ github.repository_owner }}
repositories: ${{ matrix.sdk }}
- name: clone ${{ matrix.sdk }}
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: true
repository: ${{ github.repository_owner }}/${{ matrix.sdk }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/git-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
check-run-state: ${{steps.check-run-state.outputs.check-run-state}}
steps:
- name: clone git-for-windows-automation
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Construct bundle-artifacts from existing tag
if: env.EXISTING_GIT_TAG != ''
run: |
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
steps:
- name: clone git-for-windows-automation
if: needs.pkg.outputs.check-run-state != '' && always()
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Download pkg-${{env.ARCHITECTURE}}
uses: actions/download-artifact@v6
with:
Expand Down Expand Up @@ -609,7 +609,7 @@ jobs:
path: sha256sums
- name: clone git-for-windows-automation
if: needs.pkg.outputs.check-run-state != '' && always()
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: restore check-run state
if: needs.pkg.outputs.check-run-state != '' && always()
id: check-run-state
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
esac &&
echo "REPO=$repo" >>$GITHUB_ENV &&
echo "repo=$repo" >>$GITHUB_OUTPUT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# Since we want to operate on _another_ repository, we sadly cannot use:
#
# permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-embargoed-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: sanity check
if: ${{ github.repository_owner == 'git-for-windows' }}
run: echo "This action is not meant to be run on the Git for Windows repository" >&2 && exit 1
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: identify actor
id: actor
uses: actions/github-script@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pull-request-number: ${{ steps.announcement.outputs.pull-request-number }}
pull-request-comment: ${{ steps.announcement.outputs.pull-request-comment }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: The `release` branch must be up to date
uses: actions/github-script@v8
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.event.repository.fork != true
runs-on: 'windows-latest'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Configure build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ref: 'heads/main',
})
core.exportVariable('REV', ref.object.sha)
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Mirror Check Run to ${{ env.OWNER }}/${{ env.REPO }}
if: env.CREATE_CHECK_RUN != 'false'
uses: ./.github/actions/check-run-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updpkgsums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: github.event.repository.owner.login == 'git-for-windows'
runs-on: windows-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# Since we want to operate on _another_ repository, we sadly cannot use:
#
# permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
upload-snapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: download `bundle-artifacts`
id: bundle-artifacts
uses: actions/github-script@v8
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
append-text: 'Created release at ${{ github.server_url }}/${{ env.OWNER }}/${{ env.SNAPSHOTS_REPO }}/releases/tag/${{ steps.bundle-artifacts.outputs.ver }}'
- name: clone gh-pages
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ env.OWNER }}/${{ env.SNAPSHOTS_REPO }}
ref: gh-pages
Expand Down