Skip to content

Commit

Permalink
Merge pull request #5 from heinrichreimer/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
janheinrichmerker committed Mar 4, 2024
2 parents f33453c + 359eff5 commit cdc8435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "🧰 Install Hugo"
uses: peaceiris/actions-hugo@v2
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "🏷️ Get version tag"
id: get-version
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
Expand Down

0 comments on commit cdc8435

Please sign in to comment.