Skip to content

Commit

Permalink
deps: use the new checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored and jmalak committed Feb 1, 2024
1 parent 89f635f commit a4918ab
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artfdel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Delete Artifacts
uses: "./.github/actions/artfdel"
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
bootow-lnx:
needs: start-start
name: Bootstrap Linux OW
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Bootstrap Linux OW
uses: "./.github/actions/testboot"
with:
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Bootstrap Windows OW
uses: "./.github/actions/testboot"
with:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Load all release files
uses: "./.github/actions/relload"
with:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Load all release files
uses: "./.github/actions/relload"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cibldlnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Bootstrap
uses: "./.github/actions/boot"
with:
Expand All @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 120
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Build
uses: "./.github/actions/build"
with:
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Tests
uses: "./.github/actions/tests"
with:
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Load Artifact
uses: "./.github/actions/artfload"
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cibldnt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Bootstrap
uses: "./.github/actions/boot"
with:
Expand All @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 120
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Build
uses: "./.github/actions/build"
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
doctype: docwin
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Docs Build
uses: "./.github/actions/docbuild"
with:
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Tests
uses: "./.github/actions/tests"
with:
Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Load Artifact
uses: "./.github/actions/artfload"
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cibldosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Bootstrap
uses: "./.github/actions/boot"
with:
Expand All @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 120
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Build
uses: "./.github/actions/build"
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runit: ${{ steps.check_tag.outputs.old }}
steps:
- name: Checkout Actions
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Check tag reference
id: check_tag
uses: "./.github/actions/ghtagchk"
Expand All @@ -39,7 +39,7 @@ jobs:
OWCOV_RESULTS_ARCHIVE: 'open-watcom-v2.tgz'
steps:
- name: Checkout Actions
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Install DOSBOX
uses: "./.github/actions/dosboxin"
with:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
# OWCOV_RESULTS_ARCHIVE: 'open-watcom-v2.zip'
# steps:
# - name: Checkout Actions
# uses: actions/checkout@v3.5.0
# uses: actions/checkout@v4.1.1
# - name: Install DOSBOX
# uses: "./.github/actions/dosboxin"
# with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rel-lnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Bootstrap Linux
uses: "./.github/actions/boot"
with:
Expand All @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 120
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Build
uses: "./.github/actions/build"
with:
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Tests
uses: "./.github/actions/tests"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rel-nt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Bootstrap
uses: "./.github/actions/boot"
with:
Expand All @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 120
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Build
uses: "./.github/actions/build"
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
doctype: docwin
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Documentation
uses: "./.github/actions/docbuild"
with:
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Tests
uses: "./.github/actions/tests"
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rel-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ inputs.image }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Bootstrap
uses: "./.github/actions/boot"
with:
Expand All @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 120
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Build
uses: "./.github/actions/build"
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runit: ${{ steps.check_tag.outputs.old }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Check tag reference
id: check_tag
uses: "./.github/actions/ghtagchk"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
insttype: snapshot
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Installer
uses: "./.github/actions/install"
with:
Expand All @@ -126,7 +126,7 @@ jobs:
mrelid: ${{ steps.rel_rel.outputs.mrelid }}
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: GitHub Release
id: rel_rel
uses: "./.github/actions/release"
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
asset: snapshot
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- run: echo "drelid=${{ needs.release.outputs.drelid }};mrelid=${{ needs.release.outputs.mrelid }}"
shell: bash
- name: Upload ${{ matrix.display }} Asset
Expand All @@ -178,7 +178,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Call to delete Artifacs
uses: "./.github/actions/artfdelc"
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wikidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: windows-2019
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Bootstrap
uses: "./.github/actions/boot"
with:
Expand All @@ -74,7 +74,7 @@ jobs:
owtarget: '.and wikipdf .or -- -- docset=wikipdf -i'
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Docs Build
uses: "./.github/actions/docbuild"
with:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
- name: Call to delete Artifacts
uses: "./.github/actions/artfdelc"
with:
Expand Down

0 comments on commit a4918ab

Please sign in to comment.