Skip to content

Commit a5c131e

Browse files
ci(deps): bump actions/checkout from 4 to 6 (#300)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 9a75107 commit a5c131e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
steps:
105105
- name: Checkout rules_wasm_component (this PR)
106-
uses: actions/checkout@v4
106+
uses: actions/checkout@v6
107107
with:
108108
path: rules_wasm_component
109109

@@ -140,7 +140,7 @@ jobs:
140140
echo "══════════════════════════════════════════════════════════"
141141
142142
- name: Checkout examples repository
143-
uses: actions/checkout@v4
143+
uses: actions/checkout@v6
144144
with:
145145
repository: pulseengine/wasm-component-examples
146146
ref: ${{ steps.examples-branch.outputs.branch }}

0 commit comments

Comments
 (0)