From 95050e209f1bdc7040a5062acabbfb7844fd80ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 06:56:53 +0000 Subject: [PATCH] Bump actions/checkout from 3.3.0 to 3.5.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.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/v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff905c3..090c6ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout Code Repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.0 - name: Set up Python 3.8 uses: actions/setup-python@v4.4.0 @@ -39,7 +39,7 @@ jobs: # build: # runs-on: ubuntu-latest # steps: -# - uses: actions/checkout@v3.3.0 +# - uses: actions/checkout@v3.5.0 # - name: Build the Pithus-core Docker image # run: docker build . --file compose/production/django/Dockerfile # - name: Build the Pithus-db Docker image @@ -55,7 +55,7 @@ jobs: if: github.event_name == 'push' steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 - name: Build image run: docker build . --file compose/production/django/Dockerfile --tag $IMAGE_NAME @@ -87,7 +87,7 @@ jobs: if: github.event_name == 'push' steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 - name: Build image run: docker build . --file compose/production/postgres/Dockerfile --tag $IMAGE_NAME @@ -119,7 +119,7 @@ jobs: if: github.event_name == 'push' steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.0 - name: Build image run: docker build . --file compose/production/traefik/Dockerfile --tag $IMAGE_NAME @@ -150,7 +150,7 @@ jobs: # steps: # # - name: Checkout Code Repository -# uses: actions/checkout@v3.3.0 +# uses: actions/checkout@v3.5.0 # - name: Build the Stack # run: docker-compose -f local.yml build #