Skip to content

Commit f9f3693

Browse files
authored
Upgrade to iDEAL 2.0 (#92)
* Upgrade Drop-in * Upgrade GitHub actions * Upgrade GitHub actions
1 parent 46cc40c commit f9f3693

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
matrix:
3131
node-version: [20.x]
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
3434
- name: Use Node.js ${{ matrix.node-version }}
35-
uses: actions/setup-node@v2
35+
uses: actions/setup-node@v4
3636
with:
3737
node-version: ${{ matrix.node-version }}
3838
# cache: 'npm'
@@ -43,9 +43,9 @@ jobs:
4343
- run: npm run build --if-present
4444
working-directory: checkout
4545

46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v4
4747
- name: Use Node.js ${{ matrix.node-version }}
48-
uses: actions/setup-node@v2
48+
uses: actions/setup-node@v4
4949
with:
5050
node-version: ${{ matrix.node-version }}
5151
# cache: 'npm'

checkout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@adyen/adyen-web": "5.60.0",
17+
"@adyen/adyen-web": "5.68.0",
1818
"@angular/animations": "~18.2.2",
1919
"@angular/common": "~18.2.2",
2020
"@angular/compiler": "~18.2.2",

0 commit comments

Comments
 (0)