Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 36be530 commit 9fae1ec
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.3
- uses: actions/checkout@v4.1.4
- name: Hadolint
run: docker compose run --rm hadolint Dockerfile
- name: Shellcheck
Expand All @@ -16,7 +16,7 @@ jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- name: Build
uses: docker/build-push-action@v5.3.0
- name: Build Test
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.3
- uses: actions/checkout@v4.1.4
- name: Hadolint
run: docker compose run --rm hadolint Dockerfile
- name: Shellcheck
Expand All @@ -19,7 +19,7 @@ jobs:
needs: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- name: Login to Docker
uses: docker/login-action@v3.1.0
with:
Expand All @@ -43,7 +43,7 @@ jobs:
needs: build-test-push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v4.0.0
with:
Expand Down

0 comments on commit 9fae1ec

Please sign in to comment.