From 194c0a3a138b666c50923d2ec5b1648c9653ae9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:28:08 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#370) --- .github/workflows/galaxy.yml | 2 +- .github/workflows/molecule.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index b4a56b20..6ed46d1a 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out the codebase - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3 uses: actions/setup-python@v4 diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 9d86a545..e7b409ba 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out the codebase - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3 uses: actions/setup-python@v4 @@ -52,7 +52,7 @@ jobs: steps: - name: Check out the codebase if: ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3 if: ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}