Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Dec 1, 2023
2 parents cef6169 + 9e059fd commit 949179d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: setup-python
name: Setup Python
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: setup-python
name: Setup Python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- id: checkout
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- id: publish-to-bln
name: Publish files to biglocalnews.org
uses: biglocalnews/upload-files@v2
uses: biglocalnews/upload-files@v3
with:
api-key: ${{ secrets.BLN_API_TOKEN }}
project-id: ${{ secrets.BLN_PROJECT_ID }}
Expand Down

0 comments on commit 949179d

Please sign in to comment.