Skip to content

Commit 86a529e

Browse files
authored
Merge pull request #3 from Sarmatae685/dependabot/github_actions/ci-dependencies-59de8a0b00
Bump the ci-dependencies group with 4 updates
2 parents 515eec2 + 99da48a commit 86a529e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
build:
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0 # Fetch all history for git info
24-
- uses: actions/setup-node@v4
24+
- uses: actions/setup-node@v6
2525
with:
2626
node-version: 22
2727
- name: Install Dependencies
2828
run: npm ci
2929
- name: Build Quartz
3030
run: npx quartz build
3131
- name: Upload artifact
32-
uses: actions/upload-pages-artifact@v3
32+
uses: actions/upload-pages-artifact@v4
3333
with:
3434
path: public
3535

.github/workflows/docker-build-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 1
2727
- name: Inject slug/short variables
28-
uses: rlespinasse/github-slug-action@v5.3.0
28+
uses: rlespinasse/github-slug-action@v5.4.0
2929
- name: Set up QEMU
3030
uses: docker/setup-qemu-action@v3
3131
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)