From 4bad1c583588b00fafefe92183949f42c4a45c12 Mon Sep 17 00:00:00 2001 From: Jaro Camphuijsen Date: Wed, 19 Jun 2024 17:25:01 +0200 Subject: [PATCH] update to new nebula version --- .github/workflows/check.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index db376e93..dd5b8bc8 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -12,10 +12,10 @@ jobs: deploy_with_NEBULA: permissions: contents: write - uses: esciencecenter-digital-skills/NEBULA/.github/workflows/deploy.yml@v1.0.0 + uses: esciencecenter-digital-skills/NEBULA/.github/workflows/deploy.yml@v1.1.0 with: content_organization: ${{ github.repository_owner}} content_repository: ${{ github.event.repository.name }} content_ref: ${{ github.sha }} - nebula_ref: v1.0.0 + nebula_ref: v1.1.0 deploy_to_ghpages: false \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6bb7d14a..93073236 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,5 +14,5 @@ jobs: content_organization: ${{ github.repository_owner}} content_repository: ${{ github.event.repository.name }} content_ref: ${{ github.sha }} - nebula_ref: v1.0.0 + nebula_ref: v1.1.0 deploy_to_ghpages: true