Skip to content

Commit 9de123d

Browse files
authoredOct 11, 2024··
chore(deps): bump actions/checkout (#466)
Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2d5e2a commit 9de123d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/build-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4.1.7
16+
- uses: actions/checkout@v4.2.1
1717
- uses: actions/setup-java@v4
1818
with:
1919
distribution: 'temurin'

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4.1.7
18+
- uses: actions/checkout@v4.2.1
1919
- uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'

‎.github/workflows/release-kontrakt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
packages: write
1212
steps:
13-
- uses: actions/checkout@v4.1.7
13+
- uses: actions/checkout@v4.2.1
1414
- uses: actions/setup-java@v4
1515
with:
1616
distribution: 'temurin'

0 commit comments

Comments
 (0)
Please sign in to comment.