diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 13c53653..357256e6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/gempush.yml b/.github/workflows/gempush.yml index a3388afd..27579e29 100644 --- a/.github/workflows/gempush.yml +++ b/.github/workflows/gempush.yml @@ -16,7 +16,7 @@ jobs: needs: [tests-linting] steps: # is this the same commit hash we saw in commit? - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: | git fetch --depth=1 origin +refs/tags/*:refs/tags/* git fetch --prune --unshallow diff --git a/.github/workflows/tests-linting.yml b/.github/workflows/tests-linting.yml index 1be09248..d4e34ec7 100644 --- a/.github/workflows/tests-linting.yml +++ b/.github/workflows/tests-linting.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false # Allows both ruby versions to run before failing matrix: - ruby: ['2.5', '3.1'] + ruby: ['2.5', '3.2'] steps: - uses: actions/checkout@master @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false # Allows both ruby versions to run before failing matrix: - ruby: ['2.5', '3.1'] + ruby: ['2.5', '3.2'] steps: # is this the same commit hash we saw in commit?