Skip to content

Commit

Permalink
Update to checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Nov 2, 2022
1 parent 8d328c3 commit 284ac97
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
working-directory: backend

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file deployment/Dockerfile -t docker.pkg.github.com/savage-aim/app/backend:latest -t docker.pkg.github.com/savage-aim/app/backend:$(echo "$GITHUB_REF" | sed 's/refs\/tags\///')
- name: Login to GitHub Docker Registry
Expand All @@ -28,7 +28,7 @@ jobs:
working-directory: backend

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file deployment/ws.Dockerfile -t docker.pkg.github.com/savage-aim/app/ws-backend:latest -t docker.pkg.github.com/savage-aim/app/ws-backend:$(echo "$GITHUB_REF" | sed 's/refs\/tags\///')
- name: Login to GitHub Docker Registry
Expand All @@ -43,7 +43,7 @@ jobs:
working-directory: frontend

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file deployment/Dockerfile --tag docker.pkg.github.com/savage-aim/app/frontend:latest -t docker.pkg.github.com/savage-aim/app/frontend:$(echo "$GITHUB_REF" | sed 's/refs\/tags\///')
- name: Build maintenance image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ts-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 284ac97

Please sign in to comment.