From 3cc9c24ed38fe15314446162469d91d6f5745b22 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Mon, 17 May 2021 16:50:53 -0400 Subject: [PATCH] Pin versions of actions in workflow (#3) --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d47c288..47c58b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,12 +9,12 @@ jobs: steps: - name: Set up Node - uses: actions/setup-node@v1 + uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea with: - node-version: '10.x' + node-version: '14' - name: Set up Ruby - uses: actions/setup-ruby@v1 + uses: actions/setup-ruby@e932e7af67fc4a8fc77bd86b744acd4e42fe3543 with: ruby-version: 2.6 @@ -29,7 +29,7 @@ jobs: jekyll --version - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Install Node dependencies run: npm install @@ -44,7 +44,7 @@ jobs: - name: Deploy to S3 if: github.ref == 'refs/heads/master' - uses: jakejarvis/s3-sync-action@master + uses: jakejarvis/s3-sync-action@be0c4ab89158cac4278689ebedd8407dd5f35a83 with: args: --acl public-read --follow-symlinks --delete env: