Skip to content

Commit 5ddc33f

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 87d9ac7 commit 5ddc33f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: "ubuntu-latest"
1111
steps:
1212
- name: "Checkout rsdk"
13-
uses: "actions/checkout@v4"
13+
uses: "actions/checkout@v5"
1414
with:
1515
ref: "e63fac2d244abf755ebc4ac9584513f133313cfc"
1616
repository: "RadxaOS-SDK/rsdk"
1717
- name: "Checkout current repo"
18-
uses: "actions/checkout@v4"
18+
uses: "actions/checkout@v5"
1919
with:
2020
path: ".infra-repo"
2121
- env:

.github/workflows/update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
core.setFailed('Required secrets are unset!');
1919
}
2020
- name: "Checkout rsdk"
21-
uses: "actions/checkout@v4"
21+
uses: "actions/checkout@v5"
2222
with:
2323
ref: "e63fac2d244abf755ebc4ac9584513f133313cfc"
2424
repository: "RadxaOS-SDK/rsdk"
2525
- name: "Checkout current repo"
26-
uses: "actions/checkout@v4"
26+
uses: "actions/checkout@v5"
2727
with:
2828
path: ".infra-repo"
2929
token: "${{secrets.GIT_PUSH_TOKEN}}"

0 commit comments

Comments
 (0)