Skip to content

Commit 2171628

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] <support@github.com>
1 parent 8eb0b60 commit 2171628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525

2626
- name: Checkout Code Repository
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Set up Python
3030
uses: actions/setup-python@v4
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646

4747
- name: Checkout Code Repository
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949

5050
- name: Build the Stack
5151
run: docker-compose -f local.yml build

0 commit comments

Comments
 (0)