Skip to content

Commit 6433d1b

Browse files
dependabot[bot]josephrodriguez
authored andcommitted
Bump actions/checkout from 3.5.2 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b64666 commit 6433d1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
IMG_NAME: ${{ github.repository }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/[email protected].2
19+
uses: actions/[email protected].3
2020

2121
- name: Info
2222
run: echo "Parameters. ${{ github.event.base_ref }}, ${{ github.ref_type }}, ${{ github.ref }}"

.github/workflows/maven-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/[email protected].2
14+
uses: actions/[email protected].3
1515

1616
- id: vars
1717
name: Setup job variables

.github/workflows/sonarcloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].2
13+
- uses: actions/[email protected].3
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)