github actions: update checkout version/identifiers
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 3m5s

This commit is contained in:
Emil Lerch 2024-04-23 08:32:54 -07:00
parent bf4097cd5b
commit 52a5865caa
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
3 changed files with 5 additions and 5 deletions

View File

@ -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.
# #

View File

@ -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.
# #

View File

@ -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.
# #