cetirizine.meta

Issues/PRs archive for MTRNord/cetirizine
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.meta.git
Log | Files | Refs

106.diff (2717B)


      1 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
      2 index 8f8fc09..5dd1fab 100644
      3 --- a/.github/workflows/codeql.yml
      4 +++ b/.github/workflows/codeql.yml
      5 @@ -26,7 +26,7 @@ jobs:
      6  
      7      steps:
      8      - name: Checkout repository
      9 -      uses: actions/checkout@v3
     10 +      uses: actions/checkout@v4
     11  
     12      # Initializes the CodeQL tools for scanning.
     13      - name: Initialize CodeQL
     14 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
     15 index 44c3828..ad630be 100644
     16 --- a/.github/workflows/deploy.yaml
     17 +++ b/.github/workflows/deploy.yaml
     18 @@ -13,7 +13,7 @@ jobs:
     19      runs-on: ubuntu-latest
     20      steps:
     21        - name: Checkout 🛎️
     22 -        uses: actions/checkout@v3
     23 +        uses: actions/checkout@v4
     24          with:
     25            persist-credentials: false
     26        - uses: actions/setup-node@v3
     27 @@ -33,7 +33,7 @@ jobs:
     28            # also other environment variable
     29            NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
     30        - name: Deploy 🚀
     31 -        uses: JamesIves/github-pages-deploy-action@v4.4.1
     32 +        uses: JamesIves/github-pages-deploy-action@v4.4.3
     33          with:
     34            folder: dist # The folder that the build-storybook script generates files.
     35            clean: true # Automatically remove deleted files from the deploy branch
     36 \ No newline at end of file
     37 diff --git a/.github/workflows/newsfile.yml b/.github/workflows/newsfile.yml
     38 index 4fb9bae..c56e897 100644
     39 --- a/.github/workflows/newsfile.yml
     40 +++ b/.github/workflows/newsfile.yml
     41 @@ -8,10 +8,10 @@ jobs:
     42    changelog:
     43      runs-on: ubuntu-latest
     44      steps:
     45 -      - uses: actions/checkout@v3
     46 +      - uses: actions/checkout@v4
     47          with: # Needed for comparison
     48            fetch-depth: 0
     49 -      - uses: actions/setup-python@v1
     50 +      - uses: actions/setup-python@v4
     51          with:
     52            python-version: '3.9'
     53        - run: pip install towncrier==21.9.0
     54 diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml
     55 index 3c55244..e6f1029 100644
     56 --- a/.github/workflows/percy.yaml
     57 +++ b/.github/workflows/percy.yaml
     58 @@ -12,7 +12,7 @@ jobs:
     59        packages: read
     60  
     61      steps:
     62 -      - uses: actions/checkout@v3
     63 +      - uses: actions/checkout@v4
     64          with:
     65            persist-credentials: false
     66        - uses: actions/setup-node@v3
     67 diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml
     68 index 49fb458..fc12841 100644
     69 --- a/.github/workflows/storybook-tests.yml
     70 +++ b/.github/workflows/storybook-tests.yml
     71 @@ -10,7 +10,7 @@ jobs:
     72      timeout-minutes: 60
     73      runs-on: ubuntu-latest
     74      steps:
     75 -      - uses: actions/checkout@v3
     76 +      - uses: actions/checkout@v4
     77        - uses: actions/setup-node@v3
     78          with:
     79            node-version: "18.x"