Skip to content

Commit 7ac21f6

Browse files
committed
update workflow files
1 parent f08bc7a commit 7ac21f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/latest_game_archive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
- "*"
99

1010
jobs:
11-
gh_pre_release:
11+
pre-release:
1212
runs-on: "ubuntu-latest"
1313
steps:
1414
- name: "Checkout source code"
15-
uses: "actions/checkout@v3"
15+
uses: "actions/checkout@v4"
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/tag_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
- "v*"
77

88
jobs:
9-
gh_pre_release:
9+
pre-release:
1010
runs-on: "ubuntu-latest"
1111
steps:
1212
- name: "Checkout source code"
13-
uses: "actions/checkout@v3"
13+
uses: "actions/checkout@v4"
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)