Skip to content

Commit 9377057

Browse files
Bump actions/checkout from 3.2.0 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.2.0...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30066f2 commit 9377057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3.2.0
14+
- uses: actions/checkout@v4.1.7
1515
with:
1616
fetch-depth: '0'
1717
- id: tagName
@@ -26,7 +26,7 @@ jobs:
2626
needs: build
2727
steps:
2828
- name: checkout
29-
uses: actions/checkout@v2.4.0
29+
uses: actions/checkout@v4.1.7
3030

3131
- name: Build Docker Image / push to Nexus
3232
if: github.ref == 'refs/heads/develop'

0 commit comments

Comments
 (0)