Skip to content

Commit

Permalink
Merge pull request #110 from cachix/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3

chore(deps): bump actions/checkout from 2.4.0 to 3
  • Loading branch information
domenkozar committed Mar 30, 2022
2 parents 257f7af + de65d21 commit f1ca312
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn build
# check if typescript generation was committed
Expand All @@ -31,7 +31,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v16
Expand All @@ -48,7 +48,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v16
Expand All @@ -66,7 +66,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cachix/install-nix-action@v16
Expand All @@ -84,7 +84,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v16
with:
Expand Down

0 comments on commit f1ca312

Please sign in to comment.