Skip to content

Commit 8ab89d1

Browse files
chore(deps): update github actions
1 parent ca9fdc3 commit 8ab89d1

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@8d8c7c12f7b958582a5cb82ba16d5903cb27976a
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@8d8c7c12f7b958582a5cb82ba16d5903cb27976a
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
- name: Enable Corepack
2222
run: corepack enable
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-24.04
4646
steps:
4747
- name: Checkout Project
48-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
48+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4949
- uses: taiki-e/github-actions/install-rust@main
5050
with:
5151
toolchain: stable

.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)