Skip to content

Commit

Permalink
Merge pull request #10 from jonas-ott/bump-actions
Browse files Browse the repository at this point in the history
bump actions/* to fix Node.js 16 deprecation
  • Loading branch information
sarunasb authored Jul 8, 2024
2 parents 809ee32 + c115ae0 commit 2978dbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
path: lensfun-repo
fetch-depth: 0 # all history, so we can get the timestamp of last db update
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install lxml
Expand All @@ -44,7 +44,7 @@ jobs:
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Install doxygen, docutils-common
run: sudo apt update && sudo apt install doxygen docutils-common
- name: Generate update db
Expand All @@ -62,7 +62,7 @@ jobs:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

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

0 comments on commit 2978dbd

Please sign in to comment.