Skip to content

Commit 5463220

Browse files
authored
Merge pull request #1998 from cloudfoundry/dependabot/github_actions/develop/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents e2cfb54 + 88da53f commit 5463220

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-catnip-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id-token: write
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
- name: Log in to the Container registry
2424
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
2525
with:

.github/workflows/build-spring-sleuth-jar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Set up Java
2525
uses: actions/setup-java@v5

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Unit Test
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- uses: actions/setup-go@v6
1616
with:
1717
go-version-file: "go.mod"

0 commit comments

Comments
 (0)