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/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: "${{ github.event.pull_request.head.sha }}"
- run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test_arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
FLAVOR: ${{ inputs.flavor }}
ARCH: aarch64
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: |
git fetch --prune --unshallow
- name: Cached ISO
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
FLAVOR: ${{ inputs.flavor }}
ARCH: aarch64
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: |
git fetch --prune --unshallow
- name: Checks cached Disk
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- test-smoke
fail-fast: false
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install Go
uses: actions/setup-go@v6
with:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
ARCH: aarch64
COS_TIMEOUT: 1600
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install Go
uses: actions/setup-go@v6
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test_x86.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ARCH: x86_64
VERSION: ${{ inputs.version }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: "${{ github.event.pull_request.head.sha }}"
- run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
ARCH: x86_64
VERSION: ${{ inputs.version }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: "${{ github.event.pull_request.head.sha }}"
- run: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
ARCH: x86_64
VERSION: ${{ inputs.version }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: "${{ github.event.pull_request.head.sha }}"
- run: |
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
test: ${{ fromJson(needs.detect.outputs.tests) }}
fail-fast: false
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: "${{ github.event.pull_request.head.sha }}"
- name: Install Go
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
COS_TIMEOUT: 1600
VERSION: ${{ inputs.version }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: "${{ github.event.pull_request.head.sha }}"
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: "${{ github.event.pull_request.head.sha }}"
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install Go
uses: actions/setup-go@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
submodules: recursive
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
PLATFORM: x86_64
TOOLKIT_REPO: ghcr.io/${{github.repository}}/elemental-cli
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: |
git fetch --prune --unshallow
- name: Log in to ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
install: true
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: ${{ github.event.inputs.ref }}
- run: |
Expand Down