Skip to content

Commit 408e25a

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 872ba2c commit 408e25a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: "Checkout"
56-
uses: "actions/checkout@v3"
56+
uses: "actions/checkout@v4"
5757
with:
5858
fetch-depth: 2
5959

@@ -106,7 +106,7 @@ jobs:
106106

107107
steps:
108108
- name: "Checkout"
109-
uses: "actions/checkout@v3"
109+
uses: "actions/checkout@v4"
110110
with:
111111
fetch-depth: 2
112112

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

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

1515
- name: "DOCtor-RST"
1616
uses: docker://oskarstark/doctor-rst

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: "Checkout code"
21-
uses: "actions/checkout@v3"
21+
uses: "actions/checkout@v4"
2222

2323
- name: "Install PHP"
2424
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)