Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent ddcfac6 commit e906835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.ref != 'refs/heads/main'
steps:
- name: Checkout main
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4.2.1
- name: Build only
uses: highb/zola-deploy-action@master
env:
Expand All @@ -29,7 +29,7 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout main
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4.2.1
- name: Build and deploy
uses: highb/zola-deploy-action@master
env:
Expand Down

0 comments on commit e906835

Please sign in to comment.