We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 634cc69 + 3efe9f8 commit 6f3fd90Copy full SHA for 6f3fd90
2 files changed
.github/workflows/luarocks.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Release
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
21
with:
22
fetch-depth: 0 # Required to count the commits
23
- name: Get Version
.github/workflows/update.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
- name: Checkout repository
12
13
- name: Install Nix
14
uses: DeterminateSystems/nix-installer-action@main
15
- name: Update flake.lock
0 commit comments