aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/create_release.yml
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-11-14 13:05:53 +0100
committerDan Engelbrecht <[email protected]>2022-11-14 13:05:53 +0100
commit1732360f1e06aa7f7d852a2a9c6a10cf30b47e81 (patch)
treef0dd3d5714baac4102b483a4d733dc367b77e8ec /.github/workflows/create_release.yml
parentupdate github actions versions to avoid node js warnings (diff)
downloadzen-1732360f1e06aa7f7d852a2a9c6a10cf30b47e81.tar.xz
zen-1732360f1e06aa7f7d852a2a9c6a10cf30b47e81.zip
actions/[email protected] -> actions/checkout@v3
Diffstat (limited to '.github/workflows/create_release.yml')
-rw-r--r--.github/workflows/create_release.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index 5b9506356..8fa63899e 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -13,7 +13,7 @@ jobs:
VCPKG_VERSION: 2022.08.15
steps:
- - uses: actions/[email protected]
+ - uses: actions/checkout@v3
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
@@ -64,7 +64,7 @@ jobs:
VCPKG_VERSION: 2022.08.15
steps:
- - uses: actions/[email protected]
+ - uses: actions/checkout@v3
- name: Set up GCC 11
uses: egor-tensin/setup-gcc@v1
@@ -127,7 +127,7 @@ jobs:
VCPKG_VERSION: 2022.08.15
steps:
- - uses: actions/[email protected]
+ - uses: actions/checkout@v3
# - name: Set up GCC 11
# uses: egor-tensin/setup-gcc@v1
@@ -193,7 +193,7 @@ jobs:
needs: [bundle-linux, bundle-macos, bundle-windows]
steps:
- - uses: actions/[email protected]
+ - uses: actions/checkout@v3
- name: Read VERSION.txt
id: read_version