From 367f934974e0616a60b2e52611280c4ccb88e030 Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Tue, 30 Apr 2024 00:06:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8dba163..03b57bd 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -10,7 +10,7 @@ jobs: name: code style runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 @@ -24,7 +24,7 @@ jobs: matrix: ruby: ["2.4", "2.5", "2.6", "2.7"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}