Skip to content

Commit 74f8d50

Browse files
committed
Upgrade all github actions that are used.
Signed-off-by: Thomas Hallgren <[email protected]>
1 parent 02e5cd9 commit 74f8d50

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/blc.yaml

+4-8
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ jobs:
44
"Check":
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/setup-node@v2
8-
with:
9-
node-version: '16'
10-
- uses: actions/setup-python@v2
11-
with:
12-
python-version: '^3.9'
13-
- uses: actions/checkout@v2
7+
- uses: actions/setup-node@v4
8+
- uses: actions/setup-python@v5
9+
- uses: actions/checkout@v4
1410
with:
1511
path: site
16-
- uses: actions/checkout@master
12+
- uses: actions/checkout@v4
1713
with:
1814
repository: datawire/getambassador.io-blc2
1915
path: blc

.github/workflows/lint.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ jobs:
44
"Lint":
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/setup-node@v2
8-
with:
9-
node-version: '16'
10-
- uses: actions/checkout@v2
7+
- uses: actions/setup-node@v4
8+
- uses: actions/checkout@v4
119
- run: yarn install
1210
- name: "yarn run gatsby build"
1311
run: |

0 commit comments

Comments
 (0)