Skip to content

Commit

Permalink
Merge pull request #199 from creativecommons/actions-uses-update
Browse files Browse the repository at this point in the history
update to actions/upload-artifact@v4 and actions/setup-python@v5
  • Loading branch information
TimidRobot authored Feb 28, 2024
2 parents ff48197 + 5a189ae commit 1e9d9b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manage_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

# https://github.com/actions/setup-python
- name: Install Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/normalize_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install system dependencies
Expand All @@ -30,7 +30,7 @@ jobs:
env:
ADMIN_GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
- name: Export a report of invalid issues
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: invalid-issue-report
path: /tmp/invalid_issues.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_data_to_ccos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install system dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_community_teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install system dependencies
Expand Down

0 comments on commit 1e9d9b3

Please sign in to comment.