Skip to content

Commit

Permalink
ci: Update actions/checkout version (#23)
Browse files Browse the repository at this point in the history
v2 uses a deprecated node version (12), and v3 uses a current version
(16).
  • Loading branch information
joeyparrish authored Oct 27, 2022
1 parent bddd62a commit 8bfe75f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-common-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sync-workflows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: workflows
- name: Sync Workflows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: shaka-project/shaka-github-tools

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-update-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.ref || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: shaka-project/shaka-github-tools

Expand Down
2 changes: 1 addition & 1 deletion sync-labels/sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: shaka-project/shaka-github-tools

Expand Down
2 changes: 1 addition & 1 deletion update-issues/update-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: shaka-project/shaka-github-tools

Expand Down

0 comments on commit 8bfe75f

Please sign in to comment.