Skip to content

Commit d289c6c

Browse files
dependabot: bump actions/checkout from 2 to 4 (#1291)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e07130 commit d289c6c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Get tag
2323
id: tag
2424
uses: dawidd6/action-get-tag@v1
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- uses: ncipollo/release-action@v1
2727
with:
2828
github_token: ${{ steps.github_app_token.outputs.token }}

.github/workflows/bwc-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 21
2121
# index-management
2222
- name: Checkout Branch
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
- name: Run IM Backwards Compatibility Tests
2525
run: |
2626
echo "Running backwards compatibility tests..."

.github/workflows/create-documentation-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
installation_id: 22958780
2323

2424
- name: Checkout code
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626

2727
- name: Edit the issue template
2828
run: |

.github/workflows/docker-security-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: temurin # Temurin is a distribution of adoptium
1919
java-version: 21
2020
- name: Checkout Branch
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
- name: Build Index Management
2323
run: ./gradlew assemble
2424
- name: Pull and Run Docker

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
check:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: lychee Link Checker
1414
id: lychee
1515
uses: lycheeverse/lychee-action@master

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
distribution: temurin # Temurin is a distribution of adoptium
2323
java-version: 21
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- uses: aws-actions/configure-aws-credentials@v4
2626
with:
2727
role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }}

0 commit comments

Comments
 (0)