File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 name : Linting
1717 steps :
1818 - name : Checkout the repo
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0 # Fetch all history for all tags and branches
2222
2323 - name : Set up Go
24- uses : actions/setup-go@v3
24+ uses : actions/setup-go@v5
2525 with :
2626 go-version-file : go.mod
2727
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717
1818 # Ref: https://github.com/actions/checkout/issues/290
1919 - name : Fetch annotated tag
2020 run : |
2121 git fetch origin ${{ github.ref }}:${{ github.ref }} --tags --force
2222
2323 - name : Set up Go
24- uses : actions/setup-go@v3
24+ uses : actions/setup-go@v5
2525 with :
2626 go-version-file : go.mod
2727
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 name : Unit Tests
1717 steps :
1818 - name : Checkout the repo
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0 # Fetch all history for all tags and branches
2222
2323 - name : Set up Go
24- uses : actions/setup-go@v3
24+ uses : actions/setup-go@v5
2525 with :
2626 go-version-file : go.mod
2727
4545 - name : Upload artifacts for the sonarcloud workflow
4646 if : |
4747 github.repository_owner == 'stolostron'
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : artifacts
5151 path : |
You can’t perform that action at this time.
0 commit comments