199.diff (2765B)
1 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml 2 index ad630be..cb1e345 100644 3 --- a/.github/workflows/deploy.yaml 4 +++ b/.github/workflows/deploy.yaml 5 @@ -16,7 +16,7 @@ jobs: 6 uses: actions/checkout@v4 7 with: 8 persist-credentials: false 9 - - uses: actions/setup-node@v3 10 + - uses: actions/setup-node@v4 11 with: 12 node-version: '18' 13 registry-url: https://npm.pkg.github.com/ 14 @@ -33,7 +33,7 @@ jobs: 15 # also other environment variable 16 NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} 17 - name: Deploy 🚀 18 - uses: JamesIves/github-pages-deploy-action@v4.4.3 19 + uses: JamesIves/github-pages-deploy-action@v4.5.0 20 with: 21 folder: dist # The folder that the build-storybook script generates files. 22 clean: true # Automatically remove deleted files from the deploy branch 23 \ No newline at end of file 24 diff --git a/.github/workflows/newsfile.yml b/.github/workflows/newsfile.yml 25 index c56e897..e5827c3 100644 26 --- a/.github/workflows/newsfile.yml 27 +++ b/.github/workflows/newsfile.yml 28 @@ -11,7 +11,7 @@ jobs: 29 - uses: actions/checkout@v4 30 with: # Needed for comparison 31 fetch-depth: 0 32 - - uses: actions/setup-python@v4 33 + - uses: actions/setup-python@v5 34 with: 35 python-version: '3.9' 36 - run: pip install towncrier==21.9.0 37 diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml 38 index e6f1029..d94f4ad 100644 39 --- a/.github/workflows/percy.yaml 40 +++ b/.github/workflows/percy.yaml 41 @@ -15,7 +15,7 @@ jobs: 42 - uses: actions/checkout@v4 43 with: 44 persist-credentials: false 45 - - uses: actions/setup-node@v3 46 + - uses: actions/setup-node@v4 47 with: 48 node-version: "18" 49 registry-url: https://npm.pkg.github.com/ 50 diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml 51 index fc12841..85efadf 100644 52 --- a/.github/workflows/storybook-tests.yml 53 +++ b/.github/workflows/storybook-tests.yml 54 @@ -11,7 +11,7 @@ jobs: 55 runs-on: ubuntu-latest 56 steps: 57 - uses: actions/checkout@v4 58 - - uses: actions/setup-node@v3 59 + - uses: actions/setup-node@v4 60 with: 61 node-version: "18.x" 62 registry-url: https://npm.pkg.github.com/ 63 @@ -39,7 +39,7 @@ jobs: 64 - name: Setup LCOV 65 uses: hrishikesh-kadam/setup-lcov@v1 66 - name: Report code coverage 67 - uses: zgosalvez/github-actions-report-lcov@v3 68 + uses: zgosalvez/github-actions-report-lcov@v4 69 with: 70 coverage-files: coverage/storybook/lcov.info 71 # TODO: We want to later on reach 80-90% coverage but for now we allow any coverage