We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7a884a + 1204ebd commit c3c095fCopy full SHA for c3c095f
.github/workflows/build-release.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-22.04
18
steps:
19
- name: Code Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Fetch build artifacts
23
uses: actions/download-artifact@v3
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
24
- name: Install Lua
25
run: sudo apt-get -y install lua5.2
.github/workflows/nightly.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments