Skip to content

Commit e52d959

Browse files
dependabot[bot]kumy
authored andcommitted
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7b43d6 commit e52d959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# cond2: ${{ inputs.push == 'true' }} false
3838
# result: ${{ github.event_name != 'pull_request' && inputs.push }}
3939
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
with:
4242
fetch-depth: 0
4343

.github/workflows/pre-commit_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
curl -LSs "https://github.com/hadolint/hadolint/releases/download/v${{ inputs.hadolint_version }}/hadolint-$(uname -s)-$(uname -m)" -o hadolint
3535
sudo chmod a+x hadolint && ls -la $HOME
3636
sudo mv hadolint /usr/local/bin/
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838

3939
- uses: geokrety/geokrety-gha-workflows/.github/actions/pre-commit@main

0 commit comments

Comments
 (0)