Skip to content

Commit 3aa5a23

Browse files
authored
Merge pull request #25 from vrchat-community/orels1/update-gh-actions
Updated github actions to avoid deprecation
2 parents 8ade837 + 940684e commit 3aa5a23

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-listing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ jobs:
3737

3838
# Checkout Local Repository
3939
- name: Checkout Local Repository
40-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
40+
uses: actions/checkout@v4
4141

4242
# Checkout Automation Repository without removing prior checkouts
4343
- name: Checkout Automation Repository
44-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
44+
uses: actions/checkout@v4
4545
with:
4646
repository: vrchat-community/package-list-action
4747
path: ${{ env.pathToCi }}
4848
clean: false
4949

5050
# Load cached data from previous runs
5151
- name: Restore Cache
52-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
52+
uses: actions/cache@v4
5353
with:
5454
path: |
5555
${{ env.pathToCi }}/.nuke/temp
@@ -64,15 +64,15 @@ jobs:
6464

6565
# Prepare for GitHub Pages deployment
6666
- name: Setup Pages
67-
uses: actions/configure-pages@f156874f8191504dae5b037505266ed5dda6c382
67+
uses: actions/configure-pages@v5
6868

6969
# Upload the VPM Listing Website to GitHub Pages artifacts
7070
- name: Upload Pages Artifact
71-
uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c
71+
uses: actions/upload-pages-artifact@v3
7272
with:
7373
path: ${{ env.listPublishDirectory }}
7474

7575
# Deploy the uploaded VPM Listing Website to GitHub Pages
7676
- name: Deploy to GitHub Pages
7777
id: deployment
78-
uses: actions/deploy-pages@9dbe3824824f8a1377b8e298bafde1a50ede43e5
78+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)