Skip to content

Commit

Permalink
Merge pull request #13 from CodeforLeipzig/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
joergreichert authored Dec 9, 2023
2 parents 9757f88 + 34c094d commit ef913c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
environment: scrape_papers_envs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
environment: scrape_papers_envs
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: DockerExtractor
run: docker-compose -f "docker/location-extractor.yml" up -d --build
- name: Wait on
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
environment: scrape_papers_envs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
Expand Down

0 comments on commit ef913c5

Please sign in to comment.