From d00614367cace7e8a092bf4542cd3eb7518308ee Mon Sep 17 00:00:00 2001 From: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:29:28 +0200 Subject: [PATCH] Upgrade to iDEAL 2.0 (#89) * Upgrade Drop-in * Upgrade GitHub actions * Upgrade GitHub actions --- .github/workflows/build.yml | 4 ++-- .github/workflows/e2e.yml | 2 +- app/views/layouts/application.html.erb | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e88852..864dd84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1 + uses: ruby/setup-ruby@v1 - name: Install dependencies run: bundle install \ No newline at end of file diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e4521c0..ba0ec09 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build image (application) run: docker build -t test-image:latest . - name: Start container (application) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 216763c..e9c979e 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -8,16 +8,16 @@ <%= stylesheet_link_tag "application", media: "all", 'data-turbolinks-track': "reload" %> - - + + - - + + Checkout Demo