Skip to content

Commit baed270

Browse files
authored
Merge pull request #266 from huizebruin/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents daf2a96 + 9d26285 commit baed270

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
@@ -37,7 +37,7 @@ jobs:
3737
needs: build
3838
steps:
3939
- name: Checkout source code
40-
uses: actions/checkout@v4.2.2
40+
uses: actions/checkout@v5.0.0
4141
- name: Download built firmwares
4242
uses: actions/[email protected]
4343
with:
@@ -81,7 +81,7 @@ jobs:
8181
url: ${{ steps.deployment.outputs.page_url }}
8282
steps:
8383
- name: Checkout repository
84-
uses: actions/checkout@v4.2.2
84+
uses: actions/checkout@v5.0.0
8585
- name: 🏗️ Setup website pages
8686
uses: actions/[email protected]
8787
- name: 🏗️ Deploy Firmware to GitHub Pages

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: ⤵️ Check out code from GitHub
18-
uses: actions/checkout@v4.2.2
18+
uses: actions/checkout@v5.0.0
1919
- name: 🚀 Run Label Syncer
2020
uses: micnncim/[email protected]
2121
env:

0 commit comments

Comments
 (0)