Skip to content

Commit 0eea6fd

Browse files
committed
Fix checkout
1 parent 4ef0d14 commit 0eea6fd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/esp82xx-nonos-linklayer.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
environment: deploy
1515
steps:
16-
- uses: actions/checkout@v4
17-
with:
18-
path: repo
19-
fetch-tags: true
20-
2116
- uses: actions/setup-python@v4
2217
with:
2318
python-version: '3.x'
@@ -30,7 +25,7 @@ jobs:
3025
key: ${{ runner.os }}-deploy-${{ hashFiles('esp8266/tools/sdk/lwip2/builder/.git/HEAD', 'esp8266/package/package_esp8266com_index.template.json') }}
3126

3227
- name: Fetch ESP8266 Core
33-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
3429
with:
3530
path: esp8266
3631
repository: esp8266/Arduino

0 commit comments

Comments
 (0)