Skip to content

Commit 1204082

Browse files
Update actions/checkout action to v7
1 parent 6c83d5a commit 1204082

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
REPO: ghcr.io/akimitsulebot/bilderna
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- name: Build Docker image
2323
run: docker build -t $REPO:latest -t $REPO:${GITHUB_SHA::8} .
2424
- name: Login to Docker Hub

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: "!contains(github.event.commits.*.message, '[skip ci]')"
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- name: Check
1717
run: cargo check
1818
- name: Fmt

0 commit comments

Comments
 (0)