Skip to content

Commit

Permalink
bumped github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc committed Jun 29, 2024
1 parent feda3ec commit f5f82a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7

- name: apt installs
run: sudo apt update && sudo apt install -y texlive-latex-extra pdf2svg

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.10'

Expand Down Expand Up @@ -93,13 +93,13 @@ jobs:
CREATOR_ID: ${{ secrets.CREATOR_ID }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3.0.1
with:
path: './_build'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4.0.5

- name: Get current date
id: date
Expand Down

0 comments on commit f5f82a3

Please sign in to comment.