Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.3
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.1.3.
- [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.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 21, 2024
1 parent 6fd3ce3 commit 914e94d
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.1.3"
- name: "Sign In To Registry ${{env.REGISTRY}}"
uses: "docker/login-action@v3.0.0"
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.1.3"
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.1.3"
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.1.3"
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.1.3"
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.1.3"
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.1.3"
with:
fetch-depth: 0
- name: "Scan Repository"
Expand Down

0 comments on commit 914e94d

Please sign in to comment.