Skip to content

Commit 475d64e

Browse files
committed
bump some gh action versions
1 parent dc9a587 commit 475d64e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/auto_update_main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
retention-days: 90
9898
- name: Deploy updated partner resources to gh-pages 🚀
9999
if: github.event_name != 'pull_request'
100-
uses: JamesIves/github-pages-deploy-action@v4.2.3
100+
uses: JamesIves/github-pages-deploy-action@v4.4.3
101101
with:
102102
clean: false
103103
branch: gh-pages
@@ -158,7 +158,7 @@ jobs:
158158
retention-days: 90
159159
- name: Deploy collection.json to gh-pages 🚀
160160
if: github.event_name != 'pull_request'
161-
uses: JamesIves/github-pages-deploy-action@v4.2.3
161+
uses: JamesIves/github-pages-deploy-action@v4.4.3
162162
with:
163163
clean: false
164164
branch: gh-pages
@@ -250,7 +250,7 @@ jobs:
250250
run: python scripts/save_pr_url.py ${{ matrix.update.resource_id }} ${{ steps.cpr.outputs.pull-request-url }}
251251
- name: deploy PR url to gh-pages 🚀
252252
if: github.event_name != 'pull_request'
253-
uses: JamesIves/github-pages-deploy-action@v4.2.3
253+
uses: JamesIves/github-pages-deploy-action@v4.4.3
254254
with:
255255
clean: false
256256
branch: gh-pages

.github/workflows/validate_resources.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
has_dynamic_test_cases: ${{ steps.static_validation.outputs.has_dynamic_test_cases }}
3333

3434
steps:
35-
- uses: actions/checkout@v3
36-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v4
3737
with:
3838
ref: last_ci_run
3939
path: last_ci_run
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
with:
4242
ref: gh-pages
4343
path: gh-pages
@@ -90,7 +90,7 @@ jobs:
9090
matrix: ${{ fromJson(needs.static-validation.outputs.dynamic_test_cases) }} # [{env_name: ..., resource_id: ..., version_id: ..., weight_format: ...}, ...]
9191

9292
steps:
93-
- uses: actions/checkout@v3
93+
- uses: actions/checkout@v4
9494
- name: download environment.yaml
9595
uses: actions/download-artifact@v3
9696
with:
@@ -135,8 +135,8 @@ jobs:
135135
runs-on: ubuntu-latest
136136

137137
steps:
138-
- uses: actions/checkout@v3
139-
- uses: actions/checkout@v3
138+
- uses: actions/checkout@v4
139+
- uses: actions/checkout@v4
140140
with:
141141
ref: gh-pages
142142
path: gh-pages
@@ -167,7 +167,7 @@ jobs:
167167
run: python scripts/prepare_to_deploy.py --branch ${{ github.head_ref || github.ref }}
168168
- name: Deploy to gh-pages 🚀
169169
if: contains(inputs.deploy_to, 'gh-pages')
170-
uses: JamesIves/github-pages-deploy-action@v4.2.3
170+
uses: JamesIves/github-pages-deploy-action@v4.4.3
171171
with:
172172
branch: gh-pages
173173
clean: false # Keeping the old files

0 commit comments

Comments
 (0)