Skip to content

Commit 6f3cdde

Browse files
Bump actions/checkout from 1 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v2.3.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac0eecd commit 6f3cdde

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dockerimage.yml

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

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2.3.4
1515

1616
- name: Build the Docker image
1717
env:

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

Lines changed: 1 addition & 1 deletion
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/checkout@v2
19+
- uses: actions/checkout@v2.3.4
2020

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

.github/workflows/python-publish.yml

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

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v2.3.4
1717
- name: Set up Python
1818
uses: actions/setup-python@v2
1919
with:

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3939

4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v2.3.4
4242
- name: Set up Python
4343
uses: actions/setup-python@v2
4444
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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/checkout@v2
44+
- uses: actions/checkout@v2.3.4
4545
- name: Set up Python
4646
uses: actions/setup-python@v1
4747
with:

0 commit comments

Comments
 (0)