Skip to content

Commit 7d312ed

Browse files
authored
Merge pull request #100 from AkimitsuLeBot/renovate/actions-checkout-digest
Update actions/checkout digest to 3d3c42e
2 parents e5e83b1 + 232b476 commit 7d312ed

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
21+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1616
- name: Check
1717
run: cargo check
1818
- name: Fmt

0 commit comments

Comments
 (0)