Skip to content

Commit

Permalink
Update GHA to checkout@v3y
Browse files Browse the repository at this point in the history
  • Loading branch information
tseropian committed Sep 19, 2023
1 parent cae8dc0 commit 5c54bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Build

# Controls when the workflow will run
on:
Expand All @@ -22,7 +22,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down

0 comments on commit 5c54bea

Please sign in to comment.