Skip to content

Commit 53f6ba5

Browse files
committed
Update actions version and pass the GITHUB_TOKEN properly.
1 parent 700f229 commit 53f6ba5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
contents: write
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
# Set version based on input or tag
3333
- name: Set version
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
- name: Set up Helm
48-
uses: azure/setup-helm@v3
48+
uses: azure/setup-helm@v4
4949
with:
5050
version: 'latest'
5151

@@ -159,7 +159,7 @@ jobs:
159159
contents: read
160160
steps:
161161
- name: Checkout code
162-
uses: actions/checkout@v3
162+
uses: actions/checkout@v4
163163
with:
164164
ref: ${{ github.ref }} # Ensure we're using the tagged commit
165165

@@ -188,10 +188,10 @@ jobs:
188188
sed -i "s/VERSION ?= .*/VERSION ?= ${{ steps.set_version.outputs.VERSION }}/" Makefile
189189
190190
- name: Set up Docker Buildx
191-
uses: docker/setup-buildx-action@v2
191+
uses: docker/setup-buildx-action@v3
192192

193193
- name: Log in to Docker Hub
194-
uses: docker/login-action@v2
194+
uses: docker/login-action@v3
195195
with:
196196
username: ${{ secrets.DOCKER_USERNAME }}
197197
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)