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
2 changes: 1 addition & 1 deletion .github/workflows/create_automerge_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Check if there are commits to merge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install libjemalloc-dev
run: apt-get update && apt-get install -y libjemalloc-dev
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Mark the workspace as safe
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/soundness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
timeout-minutes: 40
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
# This is set to true since swift package diagnose-api-breaking-changes is
# cloning the repo again and without it being set to true this job won't work for
Expand Down Expand Up @@ -158,13 +158,13 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: true
- name: Checkout swiftlang/github-workflows repository
if: ${{ github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
Expand All @@ -191,13 +191,13 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: true
- name: Checkout swiftlang/github-workflows repository
if: ${{ github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
Expand Down Expand Up @@ -227,13 +227,13 @@ jobs:
timeout-minutes: 1
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: true
- name: Checkout swiftlang/github-workflows repository
if: ${{ github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
Expand All @@ -257,13 +257,13 @@ jobs:
timeout-minutes: 1
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: true
- name: Checkout swiftlang/github-workflows repository
if: ${{ github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
Expand All @@ -287,13 +287,13 @@ jobs:
timeout-minutes: 1
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: true
- name: Checkout swiftlang/github-workflows repository
if: ${{ github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
Expand All @@ -317,13 +317,13 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: true
- name: Checkout swiftlang/github-workflows repository
if: ${{ github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
- name: Install git
run: which git || (apt -q update && apt -yq install git)
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: true
Expand All @@ -371,13 +371,13 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: true
- name: Checkout swiftlang/github-workflows repository
if: ${{ github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
Expand Down Expand Up @@ -406,13 +406,13 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
persist-credentials: false
submodules: true
- name: Checkout swiftlang/github-workflows repository
if: ${{ github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/swift_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
- ${{ fromJson((!inputs.enable_macos_checks && inputs.macos_archs) || '[]') }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Provide token
if: ${{ inputs.needs_token }}
run: |
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
- ${{ fromJson((!inputs.enable_ios_checks && (inputs.ios_host_archs || inputs.macos_archs)) || '[]') }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Provide token
if: ${{ inputs.needs_token }}
run: |
Expand Down Expand Up @@ -341,20 +341,20 @@ jobs:
- name: Clang version
run: clang --version
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
if: ${{ matrix.os_version != 'amazonlinux2' }}
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v6
if: ${{ matrix.os_version == 'amazonlinux2' }}
- name: Checkout swiftlang/github-workflows repository
if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
- name: Checkout swiftlang/github-workflows repository
if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v1
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: ${{ github.event.repository.name }}/github-workflows
Expand Down Expand Up @@ -423,20 +423,20 @@ jobs:
- name: Clang version
run: clang --version
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
if: ${{ matrix.os_version != 'amazonlinux2' }}
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v6
if: ${{ matrix.os_version == 'amazonlinux2' }}
- name: Checkout swiftlang/github-workflows repository
if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
- name: Checkout swiftlang/github-workflows repository
if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v1
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: ${{ github.event.repository.name }}/github-workflows
Expand Down Expand Up @@ -489,20 +489,20 @@ jobs:
- name: Clang version
run: clang --version
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
if: ${{ matrix.os_version != 'amazonlinux2' }}
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v6
if: ${{ matrix.os_version == 'amazonlinux2' }}
- name: Checkout swiftlang/github-workflows repository
if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
- name: Checkout swiftlang/github-workflows repository
if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v1
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: ${{ github.event.repository.name }}/github-workflows
Expand Down Expand Up @@ -555,20 +555,20 @@ jobs:
- name: Clang version
run: clang --version
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
if: ${{ matrix.os_version != 'amazonlinux2' }}
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v6
if: ${{ matrix.os_version == 'amazonlinux2' }}
- name: Checkout swiftlang/github-workflows repository
if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
- name: Checkout swiftlang/github-workflows repository
if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v1
uses: actions/checkout@v6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not work for Amazon Linux 2.

with:
repository: swiftlang/github-workflows
path: ${{ github.event.repository.name }}/github-workflows
Expand Down Expand Up @@ -619,9 +619,9 @@ jobs:
- name: Clang version
run: clang --version
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Checkout swiftlang/github-workflows repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
Expand Down Expand Up @@ -686,10 +686,10 @@ jobs:
- ${{ fromJson((!inputs.enable_windows_checks && inputs.windows_os_versions) || '[]') }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Checkout swiftlang/github-workflows repository
if: ${{ github.repository != 'swiftlang/github-workflows' }}
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: swiftlang/github-workflows
path: github-workflows
Expand Down