main - ci: v3 -> v4
made at remote:2025-02-10T17:42:27 taken at now:2025-02-10T18:10:03 made by remote Aries <me@ariesclark.com>
This commit is contained in:
parent
76a2bf6a78
commit
b1306c8c0d
2 changed files with 6 additions and 6 deletions
10
.github/workflows/build-listing.yml
vendored
10
.github/workflows/build-listing.yml
vendored
|
@ -39,14 +39,14 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GH_CHECKOUT_TOKEN }}
|
||||
submodules: recursive
|
||||
- uses: actions/checkout@v3 # check out automation repo
|
||||
- uses: actions/checkout@v4 # check out automation repo
|
||||
with:
|
||||
repository: vrchat-community/package-list-action
|
||||
path: ${{env.pathToCi}}
|
||||
clean: false # otherwise the local repo will no longer be checked out
|
||||
|
||||
- name: Restore Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
${{env.pathToCi}}/.nuke/temp
|
||||
|
@ -59,13 +59,13 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
uses: actions/configure-pages@v5
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: ${{env.listPublishDirectory}}
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_CHECKOUT_TOKEN }}
|
||||
submodules: recursive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue