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 and gliptak committed Sep 7, 2023
1 parent 5367565 commit fc74e1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout hugo branch
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Checkout master
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: gliptak/gliptak.github.io
token: ${{ secrets.GITHUB_TOKEN }}
ref: master
path: ${{ github.workspace }}/public

- name: Checkout hugo-academic
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: gcushen/hugo-academic
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fc74e1b

Please sign in to comment.