diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-12-08 15:28:28 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-12-08 15:28:28 -0500 |
| commit | 27e875fab5cedc6e892731b21d4decd4fd9fdd92 (patch) | |
| tree | a6a92a9c7faa1a6f5da01902ba637bda333c4ce4 /.github/workflows | |
| parent | f1cdc52a24685c2000002c0910ce7784fa45db4e (diff) | |
| download | YouTube-TV-Client-27e875fab5cedc6e892731b21d4decd4fd9fdd92.tar.gz YouTube-TV-Client-27e875fab5cedc6e892731b21d4decd4fd9fdd92.tar.bz2 YouTube-TV-Client-27e875fab5cedc6e892731b21d4decd4fd9fdd92.zip | |
Changed versions for actions/checkout and actions/setup-node
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 597932e..7176ef3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,10 +26,10 @@ jobs: run: sudo apt install --no-install-recommends -y libopenjp2-tools rpm libarchive-tools - name: Check out Git repository - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16 @@ -48,4 +48,4 @@ jobs: # release the app after building release: ${{ startsWith(github.ref, 'refs/tags/v') }} -
\ No newline at end of file + |
