Skip to content

Commit

Permalink
Merge pull request #239 from PabloLec/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…op/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
PabloLec committed Sep 5, 2023
2 parents 7e58bf9 + 22002ad commit a44e7db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blacklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-blacklist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Publish mongo-proxy
uses: cloudflare/wrangler-action@v3.1.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build docker image
run: docker build -f docker/Dockerfile -t starrylines_${{ github.sha }} . --no-cache
- name: Run
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: backend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run:
working-directory: src/main/vue
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
needs: [backend, frontend]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download tests report
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit a44e7db

Please sign in to comment.