Skip to content

Commit

Permalink
Merge pull request #45 from skylenet/skylenet/update-artifacts-v4
Browse files Browse the repository at this point in the history
chore: bump all actions dependencies
  • Loading branch information
samcm authored Feb 14, 2025
2 parents 0540b1d + 721aa53 commit bd93d1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v2
uses: actions/configure-pages@v5
- name: Prepare endpoints
run: |
# setup Jekyll data dir
Expand All @@ -38,13 +38,13 @@ jobs:
with:
source: ./
destination: ./_site
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: endpoints
path: _data/endpoints.yaml
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
deploy:
environment:
name: github-pages
Expand All @@ -54,4 +54,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions .github/workflows/vet.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Vet

on:
on:
pull_request:
branches:
- main
Expand All @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Lint
uses: nrkno/yaml-schema-validator-github-action@v4
with:
Expand Down

0 comments on commit bd93d1e

Please sign in to comment.