Skip to content

Commit dde1f43

Browse files
committed
ci: update to latest actions
1 parent 44a8bf2 commit dde1f43

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/lint-and-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- uses: actions/setup-node@v3
22+
- uses: actions/setup-node@v4
2323
with:
2424
node-version: lts/*
2525
cache: 'yarn'
26-
- uses: nrwl/nx-set-shas@v2
26+
- uses: nrwl/nx-set-shas@v4
2727
with:
2828
main-branch-name: 'master'
2929
- name: yarn install
@@ -37,14 +37,14 @@ jobs:
3737

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
with:
4242
fetch-depth: 0
43-
- uses: actions/setup-node@v3
43+
- uses: actions/setup-node@v4
4444
with:
4545
node-version: lts/*
4646
cache: 'yarn'
47-
- uses: nrwl/nx-set-shas@v2
47+
- uses: nrwl/nx-set-shas@v4
4848
with:
4949
main-branch-name: 'master'
5050
- name: Xcode Select Version

.travis.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)