mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5135] [CLOSED] chore: Update outdated GitHub Actions versions #5143
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/5135
Author: @pgoslatara
Created: 1/19/2026
Status: ❌ Closed
Base:
dev← Head:actup/update-actions-1768838751📝 Commits (1)
e51157echore: Update outdated GitHub Actions versions📊 Changes
4 files changed (+9 additions, -9 deletions)
View changed files
📝
.github/workflows/build-and-push-image.yml(+3 -3)📝
.github/workflows/golangci-lint.yml(+3 -3)📝
.github/workflows/goreleaser.yml(+2 -2)📝
.github/workflows/stale.yml(+1 -1)📄 Description
WHY
This PR updates outdated GitHub Action versions to ensure compatibility with the latest features and security patches. The changes include:
actions/setup-gofromv5tov6in.github/workflows/goreleaser.ymlactions/stalefromv9tov10in.github/workflows/stale.ymldocker/build-push-actionfromv5tov6in.github/workflows/build-and-push-image.ymlactions/checkoutfromv4tov6in.github/workflows/goreleaser.ymlgolangci/golangci-lint-actionfromv8tov9in.github/workflows/golangci-lint.ymlactions/checkoutfromv4tov6in.github/workflows/build-and-push-image.ymlactions/checkoutfromv4tov6in.github/workflows/golangci-lint.ymlactions/checkoutfromv4tov6in.github/workflows/golangci-lint.ymlThese updates ensure that workflows use the latest and most secure versions of GitHub Actions. The changes will be tested in the CI pipeline of the pull request.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.