Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Oct 4, 2023
1 parent 3852e50 commit 29d997a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: demo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.0
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build demo

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-prerender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: prerender
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.0
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build-gh-pages demo

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: libs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.0
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npm run run-many:build:libs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Firebase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.0
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build demo

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.0
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build-gh-pages demo
- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.0
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npm run prettier -- --check
- run: npm run typecheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GH_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
steps:
- name: Fetch from origin repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.0
with:
fetch-depth: 0
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
]
name: ${{ matrix.project }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.0
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx test ${{ matrix.project }}
- uses: actions/[email protected]
Expand All @@ -43,7 +43,7 @@ jobs:
needs: [test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
name: coverage-${{ github.workflow }}-${{ github.run_id }}
Expand Down

0 comments on commit 29d997a

Please sign in to comment.