Skip to content

Commit

Permalink
Merge pull request #16 from consideRatio/pr/update
Browse files Browse the repository at this point in the history
Update github actions, python, and node versions
  • Loading branch information
consideRatio authored Apr 16, 2024
2 parents c36f033 + 6066ae7 commit 5f27c89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.11"
cache: "pip"
- name: Install python
run: pip install -r ${{ inputs.requirements_path }}
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
# otherwise a pre-existing issue will be updated.
- name: Create issue from errors output
if: steps.buildDocs.outcome == 'failure'
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@v5
with:
issue-number: ${{ env.ISSUE_NUMBER }}
title: ${{ inputs.issue_title }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sync-issue-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
# Install github-label-sync
- run: npm install -g github-label-sync

Expand Down

0 comments on commit 5f27c89

Please sign in to comment.