Skip to content

Commit 3103cfb

Browse files
committed
👷 Upgrade ci steps' version
1 parent 16f8f0e commit 3103cfb

File tree

7 files changed

+6
-33
lines changed

7 files changed

+6
-33
lines changed

.github/actions/github-packages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Release to GitHub Packages
44
runs:
55
using: composite
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
with:
99
sparse-checkout: |
1010
Dockerfile

.github/release.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262

6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pull-requests: write
1111

1212
steps:
13-
- uses: actions/first-interaction@v1.3.0
13+
- uses: actions/first-interaction@v3
1414
with:
1515
repo-token: ${{ github.token }}
1616
issue-message: "Welcome to yutu, thank you for opening your first issue!"

.github/workflows/publish.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919
- uses: actions/setup-go@v5
@@ -73,18 +73,6 @@ jobs:
7373
token: ${{ secrets.RELEASE_PAT }}
7474
max-versions-to-keep: 3
7575

76-
homebrew:
77-
needs: [goreleaser]
78-
runs-on: macos-latest
79-
if: false
80-
steps:
81-
- uses: dawidd6/action-homebrew-bump-formula@v4
82-
with:
83-
token: ${{ secrets.RELEASE_PAT }}
84-
tag: ${{ github.event.release.tag_name }}
85-
org: eat-pray-ai
86-
formula: yutu
87-
8876
github-package:
8977
needs: [goreleaser]
9078
runs-on: ubuntu-latest

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818

1919
steps:
20-
- uses: actions/stale@v9.0.0
20+
- uses: actions/stale@v9
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
days-before-issue-stale: 30

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: actions/setup-go@v5
3131
with:
3232
go-version-file: ./go.mod

0 commit comments

Comments
 (0)