Skip to content

Commit

Permalink
ci(GitHub action): bump actions/checkout to v4 & actions/setup-go to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid committed Mar 7, 2024
1 parent b06f292 commit 7af83af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-themes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
HUGO_CACHEDIR: /tmp/hugo_cache
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.21.0"
- name: Update submodules
Expand Down

0 comments on commit 7af83af

Please sign in to comment.