Skip to content

Commit 23a09f4

Browse files
chore(deps): update actions/checkout digest to 93cb6ef
1 parent bc02ced commit 23a09f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: write
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
12+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1313
- uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2
1414
with:
1515
php-version: ${{ matrix.php }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
php: [8.3]
1717

1818
steps:
19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020

2121
- name: Setup PHP
2222
uses: pmmp/setup-php-action@3c38c259834f945351a662392836d90eb08abff0 # 3.2.0

0 commit comments

Comments
 (0)