Skip to content

Commit a16fbcb

Browse files
Merge pull request #658 from andreschaffer/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 615a918 + fa4198a commit a16fbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PACT_CLI_IMG: pactfoundation/pact-cli:0.12.3.0
2222
PACT_BROKER_URL: localhost:9292
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525

2626
- name: Start dependencies with docker-compose
2727
run: docker compose -f pact-tools/pact-broker/docker-compose.yml up -d

0 commit comments

Comments
 (0)