Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from epinio/bump-ghactions-dependencies
Browse files Browse the repository at this point in the history
Bump ghactions dependencies in Release Next workflow
  • Loading branch information
Giuseppe Baccini authored May 31, 2023
2 parents ff1433b + 23aa2dd commit d01918f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
cache: false
go-version: ${{ env.SETUP_GO_VERSION }}
-
name: Set up Node
Expand All @@ -47,10 +48,10 @@ jobs:
uses: sigstore/[email protected]
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
-
name: Login to GitHub Docker Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -76,7 +77,7 @@ jobs:
-
name: Checkout Rancher Dashboard UI
if: ${{ github.event.inputs.ui_bundle_url == '' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: rancher/dashboard
ref: epinio-dev
Expand Down

0 comments on commit d01918f

Please sign in to comment.