Skip to content

Commit

Permalink
Update dependencies to avoid warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
  • Loading branch information
erikbosch authored and SebastianSchildt committed Feb 28, 2024
1 parent 8ea991d commit 0cd942b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install hugo
env:
HUGO_VER : 0.103.1
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Deploy
# Only deploy docs if this was a push to master
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: website # The branch the action should deploy to.
folder: public # The folder the action should deploy.
Expand Down

0 comments on commit 0cd942b

Please sign in to comment.