Skip to content

Commit c237b16

Browse files
authored
Merge pull request #154 from Typeform/dependabot/github_actions/dependencies-b606a115f1
build(dependabot): bump the dependencies group with 6 updates
2 parents bfd8cba + 66b6046 commit c237b16

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Repo
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 1
2121

.github/workflows/pr.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
name: build-lint-test - node ${{ matrix.node_version }}
1616
steps:
1717
- name: Check out Git repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v6
1919

2020
- name: Set up Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: ${{ matrix.node_version }}
2424

2525
- name: Get yarn cache
26-
uses: actions/cache@v3
26+
uses: actions/cache@v5
2727
id: yarn-cache
2828
with:
2929
path: |
@@ -55,7 +55,7 @@ jobs:
5555
npx nyc report --reporter=lcov --temp-dir ./coverage
5656
5757
- name: Upload coverage file
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: coverage-report
6161
path: ./coverage/lcov.info
@@ -68,12 +68,12 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Check out Git repository
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v6
7272
with:
7373
fetch-depth: 0
7474

7575
- name: Download coverage file
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v7
7777
with:
7878
name: coverage-report
7979

@@ -86,7 +86,7 @@ jobs:
8686
run: ls -lah ./coverage/lcov.info
8787

8888
- name: SonarCloud Scan
89-
uses: SonarSource/sonarqube-scan-action@v5
89+
uses: SonarSource/sonarqube-scan-action@v7
9090
with:
9191
args: >
9292
-Dsonar.projectVersion=${{ github.run_id }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
id-token: write
1616
steps:
1717
- name: Check out Git repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v6
1919

2020
- name: Set up Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: 24
2424

2525
- name: Get yarn cache
26-
uses: actions/cache@v3
26+
uses: actions/cache@v5
2727
id: yarn-cache
2828
with:
2929
path: |

0 commit comments

Comments
 (0)