Skip to content

Commit fe925c1

Browse files
committed
fix bad merge choice
1 parent 37cf5db commit fe925c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-tag-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
permissions:
7272
packages: write # to publish to ghcr.io
7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
7676
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
7777
- run: git fetch --unshallow --quiet --tags --force

.github/workflows/release-tag-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
permissions:
7676
packages: write # to publish to ghcr.io
7777
steps:
78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7979
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
8080
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567
8181
- run: git fetch --unshallow --quiet --tags --force

0 commit comments

Comments
 (0)