Skip to content

Commit db3de9d

Browse files
chore(deps): 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] <[email protected]>
1 parent 0b23db1 commit db3de9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

3232
steps:
3333
- name: "⬇ Checkout"
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535

3636
- name: "🐳 Login to GHCR"
3737
uses: docker/login-action@v3
@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: "⬇ Checkout"
89-
uses: actions/checkout@v4
89+
uses: actions/checkout@v5
9090

9191
- name: "🛠 Prepare workspace with a fresh RPi lite image"
9292
shell: bash

0 commit comments

Comments
 (0)