Skip to content

Commit 11dc4f6

Browse files
committed
Update action versions
1 parent 464fc78 commit 11dc4f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717
- uses: nebularg/actions-luacheck@v1
@@ -26,7 +26,7 @@ jobs:
2626
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
2727
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Store addon zips in build artifact
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: addon-zips
3232
path: '.release/KillTrack-*.zip'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
- uses: nebularg/actions-luacheck@v1

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
1212
- uses: nebularg/actions-luacheck@v1

0 commit comments

Comments
 (0)