Skip to content

Commit

Permalink
chore: upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Feb 9, 2024
1 parent 781b9e8 commit a18357e
Show file tree
Hide file tree
Showing 61 changed files with 121 additions and 121 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hosting-photo-storage-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
hosting-photo-storage-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Hosting Photo Storage Darwin
Expand All @@ -32,7 +32,7 @@ jobs:
hosting-photo-storage-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Hosting Photo Storage Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hosting-static-website-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
hosting-unity-static-website-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Hosting Static Website Darwin
Expand All @@ -28,7 +28,7 @@ jobs:
hosting-static-website-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Hosting Static Website Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hosting-unity-webgl-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
hosting-unity-webgl-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Hosting Unity Webgl Darwin
Expand All @@ -28,7 +28,7 @@ jobs:
hosting-unity-webgl-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Hosting Unity Webgl Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-actor_reference-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-actor-reference-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Actor Reference Darwin
Expand All @@ -28,7 +28,7 @@ jobs:
motoko-actor-reference-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Actor Reference Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-basic-bitcoin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
rust-basic-bitcoin-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Provision Darwin
Expand All @@ -30,7 +30,7 @@ jobs:
rust-basic-bitcoin-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Provision Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-basic-dao-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-dao-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko DAO Darwin
Expand All @@ -33,7 +33,7 @@ jobs:
motoko-hello-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko DAO Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-calc-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Calc Darwin
Expand All @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Calc Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-cert_var-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-cert-var-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Certified Variable Darwin
Expand All @@ -28,7 +28,7 @@ jobs:
motoko-cert-var-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Certified Variable Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-classes-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-classes-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Classes Darwin
Expand All @@ -28,7 +28,7 @@ jobs:
motoko-classes-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Classes Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-composite-query-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
motoko-composite-query-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Composite Query Darwin
Expand All @@ -29,7 +29,7 @@ jobs:
motoko-composite-query-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Composite Query Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-counter-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Counter Darwin
Expand All @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Counter Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-defi-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-defi-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Provision Darwin
Expand All @@ -32,7 +32,7 @@ jobs:
motoko-defi-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Provision Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-dip721-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-dip721-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Provision Darwin
Expand All @@ -29,7 +29,7 @@ jobs:
motoko-dip721-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Provision Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-echo-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Echo Darwin
Expand All @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Echo Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-encrypted-notes-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-encrypted-notes-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Encrypted Notes Darwin (unit tests)
Expand All @@ -32,7 +32,7 @@ jobs:
motoko-encrypted-notes-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Encrypted Notes Linux (unit tests)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-encrypted-notes-vetkd-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-encrypted-notes-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
env:
DFX_VERSION: 0.14.2
Expand All @@ -34,7 +34,7 @@ jobs:
motoko-encrypted-notes-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
env:
DFX_VERSION: 0.14.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-factorial-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Factorial Darwin
Expand All @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Factorial Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-hello-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-hello-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Hello Darwin
Expand All @@ -28,7 +28,7 @@ jobs:
motoko-hello-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Hello Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-hello-world-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Hello World Darwin
Expand All @@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'push' || needs.changes.outputs.sources == 'true'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Hello World Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-hello_cycles-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-hello_cycles-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Hello Cycles Darwin
Expand All @@ -29,7 +29,7 @@ jobs:
motoko-hello_cycles-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Hello Cycles Linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/motoko-http_counter-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-http_counter-darwin:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Darwin
run: bash .github/workflows/provision-darwin.sh
- name: Motoko Http Counter Darwin
Expand All @@ -28,7 +28,7 @@ jobs:
motoko-http_counter-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko Http Counter Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/motoko-icrc2-swap-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
motoko-icrc2-swap-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Provision Linux
run: bash .github/workflows/provision-linux.sh
- name: Motoko ICRC2-Swap Linux
Expand Down
Loading

0 comments on commit a18357e

Please sign in to comment.