Skip to content

Commit

Permalink
Update CI github actions versions (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
armujahid authored Feb 14, 2024
1 parent 5ec4fec commit b7afa9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get install libgnome-keyring-dev icnsutils graphicsmagick rpm bsdtar

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ env.node-version }}
cache: npm
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- run: npm run dist -- --publish never

- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: dist
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
sudo apt-get update
sudo apt-get install libgnome-keyring-dev icnsutils graphicsmagick rpm bsdtar gcc-multilib g++-multilib
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit b7afa9b

Please sign in to comment.