Skip to content

Commit 443d2bd

Browse files
chore(deps): update github actions (#393)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c838da commit 443d2bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/continuous-delivery-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Extract metadata (labels)
6565
id: meta
66-
uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6
66+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
6767
with:
6868
images: ghcr.io/dan-online/autopulse,danonline/autopulse
6969
# flavor: |
@@ -173,7 +173,7 @@ jobs:
173173

174174
- name: Extract metadata (labels)
175175
id: meta
176-
uses: docker/metadata-action@032a4b3bda1b716928481836ac5bfe36e1feaad6
176+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
177177
with:
178178
images: ghcr.io/dan-online/autopulse,danonline/autopulse
179179

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run:
1717
working-directory: ./ui
1818
steps:
19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020

2121
- uses: rrbutani/use-nix-shell-action@v1
2222
with:
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout Project
42-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
42+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4343

4444
- uses: rrbutani/use-nix-shell-action@v1
4545

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
deployments: write
1919
steps:
2020
- name: Checkout Project
21-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2222

2323
- name: Stable Rust
2424
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)