Skip to content

Commit e1232cc

Browse files
chore(deps): update actions/checkout digest to eef6144 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78f4667 commit e1232cc

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config --global core.eol lf
2828
2929
- name: Checkout
30-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
30+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3131

3232
- name: Install PHP
3333
uses: shivammathur/setup-php@v2

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git config --global core.eol lf
3030
3131
- name: Checkout
32-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
32+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3333

3434
- name: Install PHP
3535
uses: shivammathur/setup-php@v2

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
14+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1515

1616
- name: Install the Nix package manager
1717
uses: cachix/install-nix-action@v30

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
18+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
1919

2020
- name: Determine tag
2121
id: tag_name

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config --global core.eol lf
2828
2929
- name: Checkout
30-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
30+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3131

3232
- name: Install PHP
3333
uses: shivammathur/setup-php@v2

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
outputs:
1818
version: ${{ steps.supported-versions-matrix.outputs.version }}
1919
steps:
20-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
20+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2121
- id: supported-versions-matrix
2222
uses: WyriHaximus/github-action-composer-php-versions-in-range@v1
2323
tests:
@@ -37,7 +37,7 @@ jobs:
3737
git config --global core.eol lf
3838
3939
- name: Checkout
40-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
40+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4141

4242
- name: Install PHP
4343
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)