File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 echo "TAG=$GITHUB_RUN_ID" >> $GITHUB_ENV
2424
2525 - name : Set up Go
26- uses : actions/setup-go@v5
26+ uses : actions/setup-go@v6
2727 with :
2828 go-version-file : ' ./go.mod'
2929
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3.11'
3434
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 echo "TAG=$GITHUB_RUN_ID" >> $GITHUB_ENV
2424
2525 - name : Set up Go
26- uses : actions/setup-go@v5
26+ uses : actions/setup-go@v6
2727 with :
2828 go-version-file : ' ./go.mod'
2929
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3.11'
3434
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 echo "TAG=$GITHUB_RUN_ID" >> $GITHUB_ENV
2424
2525 - name : Set up Go
26- uses : actions/setup-go@v5
26+ uses : actions/setup-go@v6
2727 with :
2828 go-version-file : ' ./go.mod'
2929
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3.11'
3434
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232
3333 - name : Setup Ruby
3434 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 2929 echo "RELEASE_VERSION=${GITHUB_REF_NAME}" >> "$GITHUB_ENV"
3030
3131 - name : Set up Go
32- uses : actions/setup-go@v5
32+ uses : actions/setup-go@v6
3333 with :
3434 go-version-file : ' ./go.mod'
3535
You can’t perform that action at this time.
0 commit comments