Skip to content

Commit bd93d1e

Browse files
authored
Merge pull request #45 from skylenet/skylenet/update-artifacts-v4
chore: bump all actions dependencies
2 parents 0540b1d + 721aa53 commit bd93d1e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/pages.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Setup Pages
25-
uses: actions/configure-pages@v2
25+
uses: actions/configure-pages@v5
2626
- name: Prepare endpoints
2727
run: |
2828
# setup Jekyll data dir
@@ -38,13 +38,13 @@ jobs:
3838
with:
3939
source: ./
4040
destination: ./_site
41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
if: failure()
4343
with:
4444
name: endpoints
4545
path: _data/endpoints.yaml
4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v1
47+
uses: actions/upload-pages-artifact@v3
4848
deploy:
4949
environment:
5050
name: github-pages
@@ -54,4 +54,4 @@ jobs:
5454
steps:
5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v1
57+
uses: actions/deploy-pages@v4

.github/workflows/vet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Vet
22

3-
on:
3+
on:
44
pull_request:
55
branches:
66
- main
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Lint
1616
uses: nrkno/yaml-schema-validator-github-action@v4
1717
with:

0 commit comments

Comments
 (0)