Skip to content

Commit

Permalink
Update deprecated GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar authored and openshift-merge-bot[bot] committed Feb 16, 2024
1 parent ff324ea commit 8b1b95f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: v1.19

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: go test -v ./functional-tests

- name: Upload test log-file as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: functional-test-logs
path: ./functional-tests/functional-test-logfile.log
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/instascale-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
PR_BRANCH: update-release-${{ github.event.inputs.tag }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Verify that release doesn't exist yet
shell: bash {0}
Expand All @@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ github.TOKEN }}

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19

Expand All @@ -55,7 +55,7 @@ jobs:

# Update dependencies
- name: Commit go.mod and go.sum changes to the branch
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update go.mod and go.sum to MCAD ${{ github.event.inputs.mcad-version }}
file_pattern: 'go.mod go.sum'
Expand Down

0 comments on commit 8b1b95f

Please sign in to comment.