diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5e3be6b..636b9dd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: run: | echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV echo "VERSION=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - name: Set up Lua uses: leafo/gh-actions-lua@v12 with: @@ -49,7 +49,7 @@ jobs: echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV echo "VERSION=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download JSON file uses: actions/download-artifact@v5 with: diff --git a/.github/workflows/vfox-test.yaml b/.github/workflows/vfox-test.yaml index 6d851da..e2ee899 100644 --- a/.github/workflows/vfox-test.yaml +++ b/.github/workflows/vfox-test.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Compress build files uses: thedoctor0/zip-release@0.7.6 @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Compress build files uses: thedoctor0/zip-release@0.7.6