Skip to content

Commit

Permalink
Merge 4b3ba8f into af04e27
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 13, 2024
2 parents af04e27 + 4b3ba8f commit 272469a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- name: Build the Docker image
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: "ubuntu-20.04"

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 272469a

Please sign in to comment.