mirror of
https://github.com/cc65/cc65.git
synced 2025-01-22 21:32:57 +00:00
update actions to use node16 instead of node12
This commit is contained in:
parent
b166dc4261
commit
9d78e10d4b
2
.github/workflows/build-on-pull-request.yml
vendored
2
.github/workflows/build-on-pull-request.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- shell: bash
|
||||
run: git config --global core.autocrlf input
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Do some simple style checks
|
||||
shell: bash
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
||||
- shell: bash
|
||||
run: git config --global core.autocrlf input
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Do some simple style checks
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user