Skip to content

Commit

Permalink
Upgrade to latest action versions
Browse files Browse the repository at this point in the history
- Missed some

Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Feb 13, 2024
1 parent feb2820 commit ff8dc08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/repoDispatchable_updateNode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
update-setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Update indy-node to ${{ github.event.client_payload.pyVersion }}
run: |
sed -i "s/\(indy-node==\)[^ ]*/\1${{ github.event.client_payload.pyVersion }}'],/g" ./sovtoken/setup.py
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reuseable_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
jfrog rt ping
- name: Download sovtoken-deb package from GHA
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sovtoken-deb
path: /tmp/sovtoken-deb/
Expand All @@ -51,7 +51,7 @@ jobs:
repo: "deb"

- name: Download sovtokenfees-deb package from GHA
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sovtokenfees-deb
path: /tmp/sovtokenfees-deb/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Set up python
Expand Down

0 comments on commit ff8dc08

Please sign in to comment.