From 14c3e93b5dd79bc8af759398de4add580a633f6b Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Tue, 14 Nov 2023 13:49:06 +0000 Subject: [PATCH] Update workflows - Update checkout workflows - Fix typo on workflow names Signed-off-by: Dan Webb --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2955aa..607d856 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ruby: ["3.1"] name: Chefstyle on Ruby ${{ matrix.ruby }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -40,7 +40,7 @@ jobs: matrix: ruby: ["2.7", "3.0", "3.1"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -48,7 +48,7 @@ jobs: - run: bundle exec rake spec integration-windows: - name: Windows ${{matrix.suite}} $${{matrix.os}} + name: Windows ${{matrix.suite}} ${{matrix.os}} runs-on: windows-latest needs: unit strategy: @@ -57,7 +57,7 @@ jobs: suite: [default] os: [ubuntu-20.04] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.1" @@ -65,7 +65,7 @@ jobs: - run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }} integration-linux: - name: Linux ${{matrix.suite}} $${{matrix.os}} + name: Linux ${{matrix.suite}} ${{matrix.os}} runs-on: windows-latest needs: unit strategy: