Skip to content

Commit

Permalink
build(deps): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Jul 18, 2024
1 parent 393a0e5 commit d29d558
Show file tree
Hide file tree
Showing 3 changed files with 2,879 additions and 682 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/11ty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Build with Eleventy
run: |
npm install
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
# Publish semver tags as releases.
tags: ["v*.*.*"]
branches: ["main"]

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image to ghcr
id: build-and-push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: .docker/Dockerfile
Expand Down
Loading

0 comments on commit d29d558

Please sign in to comment.