Skip to content

Commit ef5b23b

Browse files
committed
[ci] Use hosted runners
update actions Signed-off-by: Ry Jones <[email protected]>
1 parent 36af58a commit ef5b23b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pip-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
source env/bin/activate
1818
python -m pip install --upgrade pip
1919
python -m pip install .
20-
- uses: pypa/[email protected].0
20+
- uses: pypa/[email protected].6
2121
with:
2222
virtual-environment: env/
2323
local: true

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
deploy:
99
runs-on: iroha-ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v3
1212
- name: Set up Python
13-
uses: actions/setup-python@v1
13+
uses: actions/setup-python@v4
1414
with:
1515
python-version: '3.x'
1616
- name: Install dependencies

.github/workflows/repolinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
container: ghcr.io/todogroup/repolinter:v0.10.1
1212
steps:
1313
- name: Checkout Code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
- name: Lint Repo
1616
continue-on-error: true
1717
run: bundle exec /app/bin/repolinter.js --rulesetUrl https://raw.githubusercontent.com/hyperledger-labs/hyperledger-community-management-tools/master/repo_structure/repolint.json --format markdown | tee /repolinter-report.md
1818
- name: Save repolinter-report file
19-
uses: actions/upload-artifact@v2
19+
uses: actions/upload-artifact@v3
2020
with:
2121
name: repolinter-report
2222
path: /repolinter-report.md

0 commit comments

Comments
 (0)