Skip to content

Commit fe4b2e9

Browse files
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1174ea0 commit fe4b2e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
os: [ubuntu-latest, macos-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- run: yarn install --frozen-lockfile
1717
- run: yarn build
1818
# check if typescript generation was committed
@@ -31,7 +31,7 @@ jobs:
3131
os: [ubuntu-latest, macos-latest]
3232
runs-on: ${{ matrix.os }}
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- run: yarn install --frozen-lockfile
3636
- run: yarn build
3737
- uses: cachix/install-nix-action@v22
@@ -48,7 +48,7 @@ jobs:
4848
os: [ubuntu-latest, macos-latest]
4949
runs-on: ${{ matrix.os }}
5050
steps:
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252
- run: yarn install --frozen-lockfile
5353
- run: yarn build
5454
- uses: cachix/install-nix-action@v22
@@ -66,7 +66,7 @@ jobs:
6666
os: [ubuntu-latest, macos-latest]
6767
runs-on: ${{ matrix.os }}
6868
steps:
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070
- run: yarn install --frozen-lockfile
7171
- run: yarn build
7272
- uses: cachix/install-nix-action@v22
@@ -84,7 +84,7 @@ jobs:
8484
os: [ubuntu-latest, macos-latest]
8585
runs-on: ${{ matrix.os }}
8686
steps:
87-
- uses: actions/checkout@v3
87+
- uses: actions/checkout@v4
8888
- name: Install Nix
8989
uses: cachix/install-nix-action@v22
9090
with:

0 commit comments

Comments
 (0)