Skip to content

Commit 63105cd

Browse files
chore(deps): bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e183b3 commit 63105cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: Checkout Code Repository
24-
uses: actions/checkout@v5.0.0
24+
uses: actions/checkout@v5.0.1
2525

2626
- name: Set up Python
2727
uses: actions/setup-python@v6.0.0
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343

4444
- name: Checkout Code Repository
45-
uses: actions/checkout@v5.0.0
45+
uses: actions/checkout@v5.0.1
4646

4747
- name: Build the Stack
4848
run: docker-compose -f local.yml build

0 commit comments

Comments
 (0)