Skip to content

Commit 9efa792

Browse files
authored
Merge pull request #283 from huizebruin/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.0 to 6.0.0
2 parents 96ba008 + f4bab24 commit 9efa792

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
needs: build
4444
steps:
4545
- name: Checkout source code
46-
uses: actions/checkout@v5.0.0
46+
uses: actions/checkout@v6.0.0
4747
- name: Download built firmwares
4848
uses: actions/[email protected]
4949
with:
@@ -87,7 +87,7 @@ jobs:
8787
url: ${{ steps.deployment.outputs.page_url }}
8888
steps:
8989
- name: Checkout repository
90-
uses: actions/checkout@v5.0.0
90+
uses: actions/checkout@v6.0.0
9191
- name: 🏗️ Setup website pages
9292
uses: actions/[email protected]
9393
- name: 🏗️ Deploy Firmware to GitHub Pages

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: ⤵️ Check out code from GitHub
24-
uses: actions/checkout@v5.0.0
24+
uses: actions/checkout@v6.0.0
2525
- name: 🚀 Run Label Syncer
2626
uses: micnncim/[email protected]
2727
env:

0 commit comments

Comments
 (0)