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

Commit 26774ea

Browse files
authored
Merge pull request #73 from codedge/dependabot/github_actions/actions/checkout-2.3.4
github-actions(deps): bump actions/checkout from 2 to 2.3.4
2 parents 36b92c0 + 9f82be5 commit 26774ea

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)