Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Oct 2, 2024
2 parents d60b219 + 7da172a commit 2948dd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nrt_classif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ref: 'main'

- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand All @@ -58,7 +58,7 @@ jobs:
ls -l data
- name: Save report
uses: EndBug/[email protected].3
uses: EndBug/[email protected].4
with:
author_name: argobot-hub
author_email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: date +%s > data/last_update.txt

- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand All @@ -56,7 +56,7 @@ jobs:
ls -l data
- name: Save BC status
uses: EndBug/[email protected].3
uses: EndBug/[email protected].4
with:
author_name: argobot-hub
author_email: [email protected]
Expand All @@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Save BC index
uses: EndBug/[email protected].3
uses: EndBug/[email protected].4
with:
author_name: argobot-hub
author_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_cmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ref: 'main'

- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down

0 comments on commit 2948dd5

Please sign in to comment.