Skip to content

Commit 6f01c58

Browse files
Merge pull request #2826 from Particular/renovate-github-actions-updates
Renovate GitHub actions updates
2 parents 6297278 + 8ba9434 commit 6f01c58

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
dotnet-version: 8.0.x
2727
- name: Set up Node.js
28-
uses: actions/setup-node@v6.1.0
28+
uses: actions/setup-node@v6.2.0
2929
with:
3030
node-version: 24.x
3131
- name: Build Frontend

.github/workflows/push-container-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
with:
2323
version: ${{ inputs.version }}
2424
- name: Log in to GitHub container registry
25-
uses: docker/login-action@v3.6.0
25+
uses: docker/login-action@v3.7.0
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Login to Docker Hub
31-
uses: docker/login-action@v3.6.0
31+
uses: docker/login-action@v3.7.0
3232
with:
3333
username: ${{ secrets.DOCKERHUB_USERNAME }}
3434
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
dotnet-version: 7.0.x
3333
- name: Set up Node.js
34-
uses: actions/setup-node@v6.1.0
34+
uses: actions/setup-node@v6.2.0
3535
with:
3636
node-version: 24.x
3737
- name: Build Frontend
@@ -144,7 +144,7 @@ jobs:
144144
- name: Set up Docker Buildx
145145
uses: docker/setup-buildx-action@v3.12.0
146146
- name: Log in to GitHub container registry
147-
uses: docker/login-action@v3.6.0
147+
uses: docker/login-action@v3.7.0
148148
with:
149149
registry: ghcr.io
150150
username: ${{ github.actor }}
@@ -153,7 +153,7 @@ jobs:
153153
id: date
154154
run: echo "date=$(date '+%FT%TZ')" >> $GITHUB_OUTPUT
155155
- name: Build and push image to GitHub container registry
156-
uses: docker/build-push-action@v6.18.0
156+
uses: docker/build-push-action@v6.19.1
157157
with:
158158
context: .
159159
push: true

0 commit comments

Comments
 (0)