Skip to content

Commit fff7a47

Browse files
committed
Update actions/checkout action
1 parent 908481a commit fff7a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wled-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Gather Environments
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Cache pip
1313
uses: actions/cache@v3
1414
with:
@@ -38,7 +38,7 @@ jobs:
3838
matrix:
3939
environment: ${{ fromJSON(needs.get_default_envs.outputs.environments) }}
4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
- name: Cache pip
4343
uses: actions/cache@v3
4444
with:

0 commit comments

Comments
 (0)