Skip to content

Commit

Permalink
build(deps): bump mshick/add-pr-comment actions/setup-go versions
Browse files Browse the repository at this point in the history
This avoids the "Node.js 16 Actions are deprecated" warnings.

Original-commits-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dscho committed Feb 11, 2024
1 parent c875e0b commit cd27b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/l10n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
origin \
${{ github.ref }} \
$args
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: '>=1.16'
- name: Install git-po-helper
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
cat git-po-helper.out
exit $exit_code
- name: Create comment in pull request for report
uses: mshick/add-pr-comment@v1
uses: mshick/add-pr-comment@v2
if: >-
always() &&
github.event_name == 'pull_request_target' &&
Expand Down

0 comments on commit cd27b30

Please sign in to comment.