8000 Merge pull request #54 from elecena/dependabot/github_actions/actions… · elecena/python-php@fc0c4aa · GitHub
[go: up one dir, main page]

Skip to content

Commit fc0c4aa

Browse files
authored
Merge pull request #54 from elecena/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.1.7 to 4.2.2
2 parents 60ec9cf + 69821ca commit fc0c4aa

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)
0