Upgrade deprecated GitHub actions

Actions based on Node.js 16 are deprecated. The following must be
upgraded one major version.
    - actions/checkout@v3
    - actions/cache@v3
    - actions/upload-artifact@v3
    - softprops/action-gh-release@v1
This commit is contained in:
Lawrence Lee
2024-06-01 17:15:20 -07:00
parent 1aefd200d8
commit fab4b4f614
4 changed files with 16 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0