We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaef53 commit d682f53Copy full SHA for d682f53
.github/workflows/publish.yaml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV
17
echo "VERSION=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
20
- name: Set up Lua
21
uses: leafo/gh-actions-lua@v8
@@ -50,7 +50,7 @@ jobs:
50
51
52
- name: Checkout code
53
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
54
- name: Download JSON file
55
uses: actions/download-artifact@v4
56
with:
0 commit comments