From e8d8274bd48432033c89496d0ccc9b7ad1f078b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:07:08 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3.6.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/misspell.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57daa8e..41937aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: matrix: nxf_ver: ['20.01.0', '20.04.1', ''] steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.6.0 - name: Install Nextflow run: | export NXF_VER=${{ matrix.nxf_ver }} diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index 0e924fd..52cda93 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code. - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.6.0 - name: misspell uses: reviewdog/action-misspell@v1.9 with: