Skip to content

Commit 345254c

Browse files
authored
Merge pull request #81/#80 from NicolasOmar/check-weekly-dependency-updates-26-06-22
Dependencies version updated. 22/06/26
2 parents 8c32d69 + eb9c3d3 commit 345254c

4 files changed

Lines changed: 211 additions & 201 deletions

File tree

.github/workflows/check_quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: 1/5 | Checkout repo
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
# Disabling shallow clone is recommended for improving relevancy of reporting
1717
fetch-depth: 0
@@ -24,7 +24,7 @@ jobs:
2424
- name: 4/5 | Run unit tests suite
2525
run: npm run test:ci
2626
- name: 5/5 | Run Codecov Uploader
27-
uses: codecov/codecov-action@v6
27+
uses: codecov/codecov-action@v7
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
slug: NicolasOmar/react-key-generator

.github/workflows/release_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
1818
steps:
1919
- name: 1/4 | Checkout repo
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
- name: 2/4 | Setup Node environment
2222
uses: actions/setup-node@v6
2323
with:

0 commit comments

Comments
 (0)