Skip to content

Commit

Permalink
Remove warnings, update node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 22, 2023
1 parent 895cd69 commit 4fe4290
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create Release
id: create_release
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Toolchain
run: |
Expand Down Expand Up @@ -144,15 +144,15 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*

- name: Get the release
id: get_release
uses: cardinalby/[email protected].2
uses: cardinalby/[email protected].4
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand All @@ -179,7 +179,7 @@ jobs:
- name: Upload synology-spk-repo.json
id: upload-synology-spk-repo-json
uses: AButler/upload-release-assets@v2.0
uses: AButler/upload-release-assets@v3.0
with:
files: repo/spks/synology-spk-repo.json
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4fe4290

Please sign in to comment.