Skip to content

Commit 520d096

Browse files
Merge pull request #75 from TheDragonCode/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents bcd7a13 + 198a744 commit 520d096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-style.yml

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

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Detect job name
1616
id: detect

.github/workflows/phpunit.yml

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

3838
steps:
3939
- name: Checkout code
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141

4242
- name: Setup Redis
4343
uses: zhulik/redis-action@1.1.0

0 commit comments

Comments
 (0)