Skip to content

Commit

Permalink
Update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 18, 2023
1 parent c458ade commit 3b61220
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: "pip"
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.0.0
uses: peter-evans/create-issue-from-file@v4
with:
issue-number: ${{ env.ISSUE_NUMBER }}
title: ${{ inputs.issue_title }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-issue-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
uses: actions/checkout@v3
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit 3b61220

Please sign in to comment.