8000 Bump actions/checkout from 4.1.7 to 4.2.2 · elecena/python-php@69821ca · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 69821ca

Browse files
Bump actions/checkout from 4.1.7 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60ec9cf commit 69821ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v4.1.7
12+
- uses: actions/checkout@v4.2.2
1313
- name: Build the Docker image
1414
env:
1515
# @see https://docs.docker.com/develop/develop-images/build_enhancements/

.github/workflows/publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "ubuntu-20.04"
1616

1717
steps:
18-
- uses: actions/checkout@v4.1.7
18+
- uses: actions/checkout@v4.2.2
1919

2020
# https://github.com/marketplace/actions/push-to-ghcr
2121
- name: Build and publish a Docker image for ${{ github.repository }}

0 commit comments

Comments
 (0)
2A30
0