Skip to content

Commit a4f3c44

Browse files
build(deps): bump actions/checkout from 3 to 4 (#1238)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0298436 commit a4f3c44

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v3.3.0
27+
uses: actions/checkout@v4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v2

.github/workflows/meterian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Meterian Scanner
2525
uses: MeterianHQ/[email protected]
2626
env:

.github/workflows/mvn-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
run: clean, cancel
1818
verbose: false
19-
- uses: actions/checkout@v3.3.0
19+
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v4
2121
- uses: pre-commit/[email protected]
2222

.github/workflows/mvn-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- run: echo "Will start a Maven Central upload with version ${{ github.event.inputs.releaseversion }}"
1414

15-
- uses: actions/checkout@v3.3.0
15+
- uses: actions/checkout@v4
1616

1717
- name: Login to Docker Hub
1818
uses: docker/login-action@v2

.github/workflows/mvn-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
run: clean, cancel
3131
verbose: false
32-
- uses: actions/checkout@v3.3.0
32+
- uses: actions/checkout@v4
3333
- uses: actions/setup-python@v4
3434
- uses: pre-commit/[email protected]
3535

0 commit comments

Comments
 (0)