Skip to content

Commit

Permalink
actions - Update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Feb 7, 2024
1 parent 6c423db commit 2caf5ab
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: ${{ steps.findname.outputs.container }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Find Engine Name
id: findname
uses: luxtorpeda-dev/action-build-get-engine-name@v12
Expand All @@ -28,7 +28,7 @@ jobs:
container: ${{ needs.findengine.outputs.container }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: ./common/start_build.sh ${{needs.findengine.outputs.engine}}
- name: Package
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: master
- name: Update packagessniper_v2.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_download_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix: ${{ steps.check_download_status.outputs.matrix }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check Download Status
id: check_download_status
uses: luxtorpeda-dev/action-check-download-status@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_packages_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Generate Packages Hash
id: generatehash
uses: luxtorpeda-dev/action-build-generate-sha1-hash@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: ./webui
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container: ${{ steps.findname.outputs.container }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Find Engine Name
id: findname
uses: luxtorpeda-dev/action-build-get-engine-name@v12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
working-directory: ./webui
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 2caf5ab

Please sign in to comment.