Skip to content

Commit da5dc31

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d7d022 commit da5dc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
core.setFailed('Required secrets are unset!');
2121
}
2222
- name: "Checkout rsdk"
23-
uses: "actions/checkout@v4"
23+
uses: "actions/checkout@v5"
2424
with:
2525
ref: "476c013766033e231cff35d10717ceed5edf43e3"
2626
repository: "RadxaOS-SDK/rsdk"
2727
- name: "Checkout current repo"
28-
uses: "actions/checkout@v4"
28+
uses: "actions/checkout@v5"
2929
with:
3030
path: ".infra-repo"
3131
- env:

0 commit comments

Comments
 (0)