Skip to content

Commit 5a792af

Browse files
Bump actions/checkout from 2 to 3.1.0 (#108)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4eedbc2 commit 5a792af

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: Checkout Code Repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3.1.0
2525

2626
- name: Set up Python 3.8
2727
uses: actions/setup-python@v2
@@ -39,7 +39,7 @@ jobs:
3939
# build:
4040
# runs-on: ubuntu-latest
4141
# steps:
42-
# - uses: actions/checkout@v2
42+
# - uses: actions/checkout@v3.1.0
4343
# - name: Build the Pithus-core Docker image
4444
# run: docker build . --file compose/production/django/Dockerfile
4545
# - name: Build the Pithus-db Docker image
@@ -55,7 +55,7 @@ jobs:
5555
if: github.event_name == 'push'
5656

5757
steps:
58-
- uses: actions/checkout@v2
58+
- uses: actions/checkout@v3.1.0
5959

6060
- name: Build image
6161
run: docker build . --file compose/production/django/Dockerfile --tag $IMAGE_NAME
@@ -87,7 +87,7 @@ jobs:
8787
if: github.event_name == 'push'
8888

8989
steps:
90-
- uses: actions/checkout@v2
90+
- uses: actions/checkout@v3.1.0
9191

9292
- name: Build image
9393
run: docker build . --file compose/production/postgres/Dockerfile --tag $IMAGE_NAME
@@ -119,7 +119,7 @@ jobs:
119119
if: github.event_name == 'push'
120120

121121
steps:
122-
- uses: actions/checkout@v2
122+
- uses: actions/checkout@v3.1.0
123123

124124
- name: Build image
125125
run: docker build . --file compose/production/traefik/Dockerfile --tag $IMAGE_NAME
@@ -150,7 +150,7 @@ jobs:
150150
# steps:
151151
#
152152
# - name: Checkout Code Repository
153-
# uses: actions/checkout@v2
153+
# uses: actions/checkout@v3.1.0
154154
# - name: Build the Stack
155155
# run: docker-compose -f local.yml build
156156
#

0 commit comments

Comments
 (0)