Skip to content

Commit

Permalink
Update GH-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpnt committed Aug 12, 2023
1 parent 576762d commit bd8e427
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
update-frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.WORKFLOW_SSH_KEY }}

Expand All @@ -20,7 +20,7 @@ jobs:
- name: Build front end
run: ./gradlew buildFrontend

- uses: webfactory/ssh-agent@v0.5.3
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.WORKFLOW_SSH_KEY }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/update-overlays.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: update overlays

on:
schedule:
- cron: "0 18 * * *"
workflow_dispatch:
repository_dispatch:
types: [ update_overlays ]

jobs:
update-coverage:
runs-on: ubuntu-latest
runs-on: zimmermann
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.WORKFLOW_SSH_KEY }}

- uses: webfactory/ssh-agent@v0.5.3
- uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.WORKFLOW_SSH_KEY }}

Expand Down

0 comments on commit bd8e427

Please sign in to comment.