Skip to content

Commit 59b9346

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3 (#403)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a6bdac commit 59b9346

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/dockerimage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/[email protected].2
14+
- uses: actions/[email protected].3
1515

1616
- name: Build the Docker image
1717
env:

.github/workflows/push-to-ghcr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: "ubuntu-20.04"
1717

1818
steps:
19-
- uses: actions/[email protected].2
19+
- uses: actions/[email protected].3
2020

2121
- name: Build and publish a Docker image for ${{ github.repository }}
2222
uses: macbre/push-to-ghcr@master

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/[email protected].2
16+
- uses: actions/[email protected].3
1717
- name: Set up Python
1818
uses: actions/setup-python@v4
1919
with:

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3838

3939
steps:
40-
- uses: actions/[email protected].2
40+
- uses: actions/[email protected].3
4141
- name: Set up Python
4242
uses: actions/setup-python@v4
4343
with:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
4242

4343
steps:
44-
- uses: actions/[email protected].2
44+
- uses: actions/[email protected].3
4545
- name: Set up Python
4646
uses: actions/setup-python@v4
4747
with:

0 commit comments

Comments
 (0)