Skip to content

Commit 4455265

Browse files
chore(deps): update actions/checkout digest to 0ad4b8f (#311)
1 parent 064865f commit 4455265

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Linux runners need this.
2626
CC: clang
2727
steps:
28-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
28+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2929
- uses: maxim-lobanov/setup-xcode@v1
3030
if: ${{ startsWith(matrix.runner, 'macos') }}
3131
with:
@@ -51,7 +51,7 @@ jobs:
5151
# Linux runners need this.
5252
CC: clang
5353
steps:
54-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
54+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
5555
- uses: maxim-lobanov/setup-xcode@v1
5656
if: ${{ startsWith(matrix.runner, 'macos') }}
5757
with:

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
# Check out your code
26-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
26+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2727

2828
# Generate a token that has permssions to create a release and create PRs.
2929
- uses: tibdex/github-app-token@v2

0 commit comments

Comments
 (0)