Skip to content

Commit 503e983

Browse files
Update actions/checkout digest to 0ad4b8f
1 parent 3d3b65b commit 503e983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
env:
1111
FORCE_COLOR: 1
1212
steps:
13-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1414
with:
1515
fetch-depth: 0
1616
- uses: actions/setup-node@v4

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
REGISTRY: registry.digitalocean.com
1212
NAME: ghost/gscan
1313
steps:
14-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1515

1616
- name: Get version
1717
run: echo "IMAGE_VERSION=$(git describe --tags)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)