Skip to content

Commit

Permalink
Merge 41ea81a into 15abc2c
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
2 parents 15abc2c + 41ea81a commit b6de7dd
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.2
- uses: actions/checkout@v4.1.3

- 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.2
- uses: actions/checkout@v4.1.3

- 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.2
- uses: actions/checkout@v4.1.3
- 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.2
- uses: actions/checkout@v4.1.3
- 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.2
- uses: actions/checkout@v4.1.3
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit b6de7dd

Please sign in to comment.