Skip to content

Commit d29d558

Browse files
committed
build(deps): upgrade deps
1 parent 393a0e5 commit d29d558

File tree

3 files changed

+2879
-682
lines changed

3 files changed

+2879
-682
lines changed

.github/workflows/11ty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333
- name: Setup Pages
34-
uses: actions/configure-pages@v4
34+
uses: actions/configure-pages@v5
3535
- name: Build with Eleventy
3636
run: |
3737
npm install

.github/workflows/docker-build-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
# Publish semver tags as releases.
66
tags: ["v*.*.*"]
7-
branches: ["main"]
87

98
env:
109
# Use docker.io for Docker Hub if empty
@@ -51,7 +50,7 @@ jobs:
5150
# https://github.com/docker/build-push-action
5251
- name: Build and push Docker image to ghcr
5352
id: build-and-push
54-
uses: docker/build-push-action@v5
53+
uses: docker/build-push-action@v6
5554
with:
5655
context: .
5756
file: .docker/Dockerfile

0 commit comments

Comments
 (0)