Skip to content

Commit 7a0074a

Browse files
jrfnlgrogy
authored andcommitted
GH Actions: version update for various predefined actions
A number of predefined actions have had major release, which warrant an update to the workflow(s). These updates don't actually contain any changed functionality, they are mostly just a change of the Node version used by the action itself (from Node 14 to Node 16). Refs: * https://github.com/actions/checkout/releases
1 parent ac65da7 commit 7a0074a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323

2424
- name: Install PHP
2525
uses: shivammathur/setup-php@v2

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout code
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545

4646
- name: Setup PHP
4747
uses: shivammathur/setup-php@v2
@@ -83,7 +83,7 @@ jobs:
8383
name: "Coverage on PHP ${{ matrix.php }}"
8484
steps:
8585
- name: Checkout code
86-
uses: actions/checkout@v2
86+
uses: actions/checkout@v3
8787

8888
- name: Setup ini config
8989
id: set_ini

0 commit comments

Comments
 (0)