Skip to content

Commit c7453bf

Browse files
chore(deps): 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 444bffc commit c7453bf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/container.yaml

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

4848
- id: checkout
4949
name: Checkout Repository
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v4
5151

5252
- id: compose
5353
name: Compose

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- id: checkout
2121
name: Checkout Repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- id: setup
2525
name: Setup Toolchain

.github/workflows/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- id: checkout
3939
name: Checkout Repository
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141

4242
- id: setup
4343
name: Setup Toolchain
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- id: checkout
6161
name: Checkout Repository
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@v4
6363

6464
- id: setup
6565
name: Setup Toolchain

.github/workflows/testing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- id: checkout
1717
name: Checkout Repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- id: setup
2121
name: Setup Toolchain
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- id: checkout
4646
name: Checkout Repository
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848

4949
- id: setup
5050
name: Setup Toolchain
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- id: checkout
8383
name: Checkout Repository
84-
uses: actions/checkout@v3
84+
uses: actions/checkout@v4
8585

8686
- id: setup
8787
name: Setup Toolchain

0 commit comments

Comments
 (0)