Skip to content

Commit 8e2a13a

Browse files
author
Victor Machado
committed
test-credentials change job name and increase actions python library
1 parent 730ff11 commit 8e2a13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test-credentials.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ run-name: Test "froster credentials"
55
on: [push, pull_request]
66

77
jobs:
8-
froster-index:
8+
test-credentials:
99
runs-on: ubuntu-latest
1010
steps:
1111

@@ -14,7 +14,7 @@ jobs:
1414
ref: ${{ github.ref }}
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v4
1818
with:
1919
python-version: '3.10'
2020

0 commit comments

Comments
 (0)