Skip to content

Commit 5b82f1d

Browse files
authored
Merge pull request #1748 from cloudfoundry/dependabot/github_actions/develop/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents df809d5 + 6857086 commit 5b82f1d

2 files changed

Lines changed: 2 additions & 2 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@v5
22+
uses: actions/checkout@v6
2323
- name: Log in to the Container registry
2424
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
2525
with:

.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@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-go@v6
1616
with:
1717
go-version-file: "go.mod"

0 commit comments

Comments
 (0)