github actions: update checkout version/identifiers
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 3m5s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 3m5s
This commit is contained in:
parent
bf4097cd5b
commit
52a5865caa
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -6,15 +6,15 @@ on:
|
||||||
- '*'
|
- '*'
|
||||||
- '!zig-develop*'
|
- '!zig-develop*'
|
||||||
jobs:
|
jobs:
|
||||||
build-zig-0.11.0-amd64-host:
|
build-zig-0-12-0-amd64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
ZIG_VERSION: 0.11.0
|
ZIG_VERSION: 0.12.0
|
||||||
ARCH: x86_64
|
ARCH: x86_64
|
||||||
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
# ARCH is fine, but we can't substitute directly because zig
|
# ARCH is fine, but we can't substitute directly because zig
|
||||||
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
||||||
#
|
#
|
||||||
|
|
2
.github/workflows/zig-mach.yaml
vendored
2
.github/workflows/zig-mach.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
# ARCH is fine, but we can't substitute directly because zig
|
# ARCH is fine, but we can't substitute directly because zig
|
||||||
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
||||||
#
|
#
|
||||||
|
|
2
.github/workflows/zig-nightly.yaml
vendored
2
.github/workflows/zig-nightly.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
if: ${{ github.env.GITEA_ACTIONS != 'true' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
# ARCH is fine, but we can't substitute directly because zig
|
# ARCH is fine, but we can't substitute directly because zig
|
||||||
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
# uses x86_64 instead of amd64. They also use aarch64 instead of arm64.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user