Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 614a0e0

Browse filesBrowse files
committed
Remove deprecated github actions and update releasing documentation.
1 parent 072dfbc commit 614a0e0
Copy full SHA for 614a0e0

File tree

3 files changed

+4
-4
lines changed
Filter options

3 files changed

+4
-4
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
--health-cmd healthcheck.sh
8989
9090
steps:
91-
- uses: actions/checkout@v2
91+
- uses: actions/checkout@v4
9292
with:
9393
fetch-depth: 0
9494
- uses: c-py/action-dotenv-to-setenv@v2
@@ -183,7 +183,7 @@ jobs:
183183
run: bash .github/scripts/validate_report_files.sh
184184

185185
- name: Codecov
186-
uses: codecov/codecov-action@v2
186+
uses: codecov/codecov-action@v4
187187
with:
188188
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
189189
files: ./cobertura.xml

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222
- uses: c-py/action-dotenv-to-setenv@v2

‎development/releasing.md

Copy file name to clipboardExpand all lines: development/releasing.md
+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To create a release follow the below steps
66
- Create a **draft** of a Release with a new tag number `vX.Y.X` sourced from the `develop` branch on [github releases page](https://github.com/utPLSQL/utPLSQL/releases)
77
- Populate release description using the `Generate release notes` button
88
- Review the auto-generated release notes and update tem if needed
9-
- Split the default `## What's Changed` list into `## New features`, `## Enhancements`, `## Bug fixes`. See previous release notes for details
9+
- Optionally, split the default `## What's Changed` list into `## New features`, `## Enhancements`, `## Bug fixes`. See previous release notes for details
1010

1111
## Performing a release
1212
- Publish [the previously prepared](#release-preparation) release draft.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.