Skip to content

Commit

Permalink
upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian authored and yndu13 committed Aug 21, 2024
1 parent ddd430e commit f664b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand All @@ -40,7 +40,7 @@ jobs:
run: npm install @actions/[email protected] @actions/http-client

- name: Get Id Token
uses: actions/github-script@v6
uses: actions/github-script@v7
id: idtoken
with:
script: |
Expand Down

0 comments on commit f664b01

Please sign in to comment.