From 7ac21f63d8e86f8151f21614ebe5adc8c94be8a5 Mon Sep 17 00:00:00 2001 From: Pierre Hyvernat Date: Wed, 20 Mar 2024 09:58:22 +0100 Subject: [PATCH] update workflow files --- .github/workflows/latest_game_archive.yml | 4 ++-- .github/workflows/tag_release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/latest_game_archive.yml b/.github/workflows/latest_game_archive.yml index 8958b038..fa5c7f81 100644 --- a/.github/workflows/latest_game_archive.yml +++ b/.github/workflows/latest_game_archive.yml @@ -8,11 +8,11 @@ on: - "*" jobs: - gh_pre_release: + pre-release: runs-on: "ubuntu-latest" steps: - name: "Checkout source code" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 0 diff --git a/.github/workflows/tag_release.yml b/.github/workflows/tag_release.yml index debdefb0..4aafb47e 100644 --- a/.github/workflows/tag_release.yml +++ b/.github/workflows/tag_release.yml @@ -6,11 +6,11 @@ on: - "v*" jobs: - gh_pre_release: + pre-release: runs-on: "ubuntu-latest" steps: - name: "Checkout source code" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 0