Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent 6fd3ce3 commit f8465a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-container-ghp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.0"
- name: "Sign In To Registry ${{env.REGISTRY}}"
uses: "docker/[email protected]"
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
docker image ls --all --digests --no-trunc
- name: "Checkout Repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.0"
with:
fetch-depth: 0
- name: "Scan Repository"
Expand All @@ -72,7 +72,7 @@ jobs:
run: |
docker image ls --all --digests --no-trunc
- name: "Checkout Repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.0"
with:
fetch-depth: 0
- name: "Scan Repository"
Expand All @@ -97,7 +97,7 @@ jobs:
run: |
docker image ls --all --digests --no-trunc
- name: "Checkout Repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.0"
with:
fetch-depth: 0
- name: "Scan Repository"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
docker image ls --all --digests --no-trunc
- name: "Checkout Repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.0"
with:
fetch-depth: 0
- name: "Scan Repository"
Expand All @@ -72,7 +72,7 @@ jobs:
run: |
docker image ls --all --digests --no-trunc
- name: "Checkout Repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.0"
with:
fetch-depth: 0
- name: "Scan Repository"
Expand All @@ -97,7 +97,7 @@ jobs:
run: |
docker image ls --all --digests --no-trunc
- name: "Checkout Repository"
uses: "actions/checkout@v4.1.1"
uses: "actions/checkout@v4.2.0"
with:
fetch-depth: 0
- name: "Scan Repository"
Expand Down

0 comments on commit f8465a3

Please sign in to comment.