From 27e875fab5cedc6e892731b21d4decd4fd9fdd92 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 8 Dec 2022 15:28:28 -0500 Subject: Changed versions for actions/checkout and actions/setup-node --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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 + -- cgit v1.2.3