Skip to content

Commit

Permalink
update workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
slafayIGN committed Dec 18, 2023
1 parent fe61246 commit a4ccc98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/11ty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Build with Eleventy
run: |
npm install
Expand All @@ -39,7 +39,7 @@ jobs:
- name: fr fallback homepage
run: "cp _site/fr/index.html _site/index.html"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2

# Deployment job
deploy:
Expand All @@ -51,4 +51,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3

0 comments on commit a4ccc98

Please sign in to comment.