Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 17, 2023
1 parent 82d8c31 commit 4bc4415
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0

- name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: Get commit short hash
id: short_digest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0

- name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: Get commit short hash
id: short_digest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0

- name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: Check isort compliance
uses: isort/isort-action@v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0

- name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: Check isort compliance
uses: isort/isort-action@v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0

- name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

Expand Down

0 comments on commit 4bc4415

Please sign in to comment.