Skip to content

Commit

Permalink
actions: version bumps (fixes #9) (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <dogi@users.noreply.github.com>
  • Loading branch information
xyb994 and dogi authored Oct 16, 2024
1 parent 78ee4e6 commit 1c1a342
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/send_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: sshagent
uses: webfactory/ssh-agent@v0.5.2
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
architecture: "x64"
Expand All @@ -35,7 +35,7 @@ jobs:
python main.py
- name: sshagent
uses: webfactory/ssh-agent@v0.5.2
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

Expand All @@ -53,7 +53,7 @@ jobs:
scp ./web/*.html root@maps.media.mit.edu:/root/map/
- name: Upload Result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: result
path: data/*

0 comments on commit 1c1a342

Please sign in to comment.