Skip to content

Commit

Permalink
Update deps (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Mar 5, 2024
1 parent 6ea3eab commit c9dd50c
Show file tree
Hide file tree
Showing 12 changed files with 27,463 additions and 21,396 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ updates:
patterns:
- "vite"
- "vitest"
- "@vitejs/*
- "@vitejs/*"
12 changes: 7 additions & 5 deletions .github/workflows/assign-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:

jobs:
assign_creator:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
- name: Assign PR to creator
uses: thomaseizinger/[email protected].0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Assign PR to creator
uses: toshimaru/auto-author-assign@ebd30f10fb56e46eb0759a14951f36991426fed0 # v2.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: QA
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.1
- uses: actions/checkout@v4
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
version: 6.19.1
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: ".nvmrc"
cache: "pnpm"
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
${{ github.workspace }}/.next/cache
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/manage-example-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
# After accepting the branch, the main PR should be closed
name: Example branch management

on:
pull_request
on: pull_request

jobs:
example-branches-checks:
if: ${{ startsWith(github.head_ref, 'example') }}
name: Checks
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
- uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
- uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0
name: Set example label
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.0
18.19
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* @saleor/delivery-engineering-js
* @saleor/apps-guild
/.github/ @saleor/SRE
Loading

0 comments on commit c9dd50c

Please sign in to comment.