Skip to content

Commit

Permalink
update actions version
Browse files Browse the repository at this point in the history
Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
  • Loading branch information
peeweep committed Mar 5, 2024
1 parent b23161c commit 2bbd804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Checkout input repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ inputs.REPO }}
ref: ${{ inputs.TAG }}
Expand All @@ -60,7 +60,7 @@ jobs:
- name: update go version
if: inputs.LANG == 'golang'
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 'stable'

Expand Down

0 comments on commit 2bbd804

Please sign in to comment.