From ccb4d3bcb7588f68ecce9db91f2db721693eee6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 16:29:09 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/roles.yaml | 2 +- .github/workflows/roles_python_files_fastapi.yaml | 2 +- .github/workflows/roles_python_files_flask.yaml | 2 +- .github/workflows/roles_react_files_cra_typescript.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/roles.yaml b/.github/workflows/roles.yaml index 4cb01efe..6a6871e6 100644 --- a/.github/workflows/roles.yaml +++ b/.github/workflows/roles.yaml @@ -12,7 +12,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} - name: Clone repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install dependencies run: pip install -r requirements.txt diff --git a/.github/workflows/roles_python_files_fastapi.yaml b/.github/workflows/roles_python_files_fastapi.yaml index c85c5081..7f50c473 100644 --- a/.github/workflows/roles_python_files_fastapi.yaml +++ b/.github/workflows/roles_python_files_fastapi.yaml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} - name: Clone repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install dependencies run: pip install -r requirements.txt diff --git a/.github/workflows/roles_python_files_flask.yaml b/.github/workflows/roles_python_files_flask.yaml index f9f56020..a1457e78 100644 --- a/.github/workflows/roles_python_files_flask.yaml +++ b/.github/workflows/roles_python_files_flask.yaml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} - name: Clone repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install dependencies run: pip install -r requirements.txt diff --git a/.github/workflows/roles_react_files_cra_typescript.yaml b/.github/workflows/roles_react_files_cra_typescript.yaml index ae156526..3b9652e9 100644 --- a/.github/workflows/roles_react_files_cra_typescript.yaml +++ b/.github/workflows/roles_react_files_cra_typescript.yaml @@ -19,7 +19,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Clone repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install dependencies run: npm ci