Skip to content

Commit c74dfa5

Browse files
Merge pull request #394 from Astrotomic/dependabot/github_actions/actions/checkout-4.1.2
Bump actions/checkout from 4.1.1 to 4.1.2
2 parents 0ead234 + 8e3f74f commit c74dfa5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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/[email protected].1
14+
uses: actions/[email protected].2
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/[email protected].1
14+
uses: actions/[email protected].2
1515

1616
- name: Prettify markdown
1717
uses: creyD/[email protected]

.github/workflows/run-tests.yml

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

2727
steps:
2828
- name: Checkout code
29-
uses: actions/[email protected].1
29+
uses: actions/[email protected].2
3030

3131
- name: Cache dependencies
3232
uses: actions/cache@v4

0 commit comments

Comments
 (0)