Skip to content

Commit

Permalink
Bump to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Feb 27, 2024
1 parent 23e47f6 commit bcd106f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
Platform: [x86]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install latest stable Alpine Linux
uses: jirutka/setup-alpine@master
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
Platform: [x86_64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install latest stable Alpine Linux
uses: jirutka/setup-alpine@master
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
Platform: [x64]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install packages
run: |
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
Configuration: [Release]
Platform: [Win32]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: microsoft/[email protected]
with:
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
Configuration: [Release]
Platform: [x64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: microsoft/[email protected]
with:
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
Configuration: [Release]
Platform: [x64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get current date
id: date
Expand Down Expand Up @@ -499,7 +499,7 @@ jobs:
Configuration: [Release]
Platform: [x64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get current date
id: date
Expand Down Expand Up @@ -718,7 +718,7 @@ jobs:
- arch: riscv64
distro: ubuntu22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Build artifact
id: build
Expand Down Expand Up @@ -816,7 +816,7 @@ jobs:
- arch: ppc64le
distro: ubuntu22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Build artifact
id: build
Expand Down Expand Up @@ -914,7 +914,7 @@ jobs:
- arch: s390x
distro: ubuntu22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Build artifact
id: build
Expand Down

0 comments on commit bcd106f

Please sign in to comment.