summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2023-08-22 22:20:50 +0300
committerAndre A. Gomes <andremegafone@gmail.com>2023-08-22 22:50:20 +0300
commit415904dd06b52f1cf0950de3bc60f138d9a08311 (patch)
tree570b4e433a0cc900839c9747e68c0a33387b5159 /.github
parenta1e4d6f59c66cba6a0fbf02144360b89dacf82d3 (diff)
.github/workflows/release: Bump actions/checkout version.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 8bb65ba8f..a4831253e 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -21,9 +21,10 @@ jobs:
steps:
- # Check out your repository under $GITHUB_WORKSPACE, so your job can access it
+ # Checks out Nyxt's repository under $GITHUB_WORKSPACE, so other jobs can
+ # access it
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
submodules: 'true'