Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 9f82be5

Browse files
github-actions(deps): bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43d4e67 commit 9f82be5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/composer-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Git checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v2.3.4
1515

1616
- name: Validate Composer configuration
1717
run: composer validate --strict

.github/workflows/markdown-normalize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Git checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v2.3.4
1515

1616
- name: Prettify markdown
1717
uses: creyD/prettier_action@v3.3

0 commit comments

Comments
 (0)