Skip to content

Commit

Permalink
CI: upgrade actions/setup-go to v5
Browse files Browse the repository at this point in the history
Signed-off-by: Jiang Xin <[email protected]>
  • Loading branch information
jiangxin committed Feb 26, 2024
1 parent fa3ccee commit a589c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/git-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@ jobs:
git add po/git.pot &&
git commit -m "Initialize po/git.pot"
fi
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
if: steps.skip-if-redundant.outputs.status != 'skip'
with:
go-version: '^1.18'
cache: false
- name: Install git-po-helper
if: steps.skip-if-redundant.outputs.status != 'skip'
run: go install github.com/git-l10n/git-po-helper@main
Expand Down

0 comments on commit a589c50

Please sign in to comment.