8000 Bump actions/checkout from 3.0.0 to 3.0.1 · elecena/python-php@2da00d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2da00d5

Browse files
Bump actions/checkout from 3.0.0 to 3.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c34eeb commit 2da00d5

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@v3.0.0
12+
- uses: actions/checkout@v3.0.1
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@v3.0.0
18+
- uses: actions/checkout@v3.0.1
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