From 4fbc4feaaa731944f7c2d45d5e8a871dd28dc03c Mon Sep 17 00:00:00 2001 From: Norman Radtke Date: Wed, 12 Jun 2024 12:58:54 +0200 Subject: [PATCH] Update version of action actions/checkout to v4 --- .github/workflows/build.yml | 4 ++-- .github/workflows/past-2022.yml | 2 +- .github/workflows/past-2023.yml | 4 ++-- .github/workflows/preview.yml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d245b9637..2b16f7ea8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,9 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Check out Site Repository 📄 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check out iCal Repository 📅 - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'AKSW/ical.dataweek.de' ref: 'page-live' diff --git a/.github/workflows/past-2022.yml b/.github/workflows/past-2022.yml index 6e5a69a65..1d4921a38 100644 --- a/.github/workflows/past-2022.yml +++ b/.github/workflows/past-2022.yml @@ -14,7 +14,7 @@ jobs: - uses: arduino/setup-task@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run CI Tasks ⚙️ run: task ci - name: Deploy 🚀 diff --git a/.github/workflows/past-2023.yml b/.github/workflows/past-2023.yml index ffd6a0c4b..a78a808a2 100644 --- a/.github/workflows/past-2023.yml +++ b/.github/workflows/past-2023.yml @@ -15,9 +15,9 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Check out Site Repository 📄 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check out iCal Repository 📅 - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'AKSW/ical.dataweek.de' ref: 'page-live' diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index cf941042a..96220f7e3 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -16,14 +16,14 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Check out Site Repository 📄 - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check out Model Repository 🗃️ - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'AKSW/leipzig.dataweek.de-model' path: '.model' - name: Check out iCal Repository 📅 - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: 'AKSW/ical.dataweek.de' ref: 'page-live'