Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.0 (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 52dd33a commit 5595e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Hadolint
run: docker compose run --rm hadolint Dockerfile
- name: Shellcheck
Expand All @@ -20,7 +20,7 @@ jobs:
pgrst: [9, 10, 11, 12, devel]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Build
uses: docker/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Hadolint
run: docker compose run --rm hadolint Dockerfile
- name: Shellcheck
Expand All @@ -23,7 +23,7 @@ jobs:
pgrst: [9, 10, 11, 12, devel]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Login to Docker
uses: docker/[email protected]
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
needs: build-test-push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Update Docker Hub Description
uses: peter-evans/[email protected]
with:
Expand Down

0 comments on commit 5595e24

Please sign in to comment.