aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-04 15:02:01 +0000
committerGitHub <noreply@github.com>2023-09-04 15:02:01 +0000
commit7dd2530027fb17997283e1ec812f036328057d39 (patch)
tree8a74b2f4d6bf462675373db172aa86613f3e4292 /.github/workflows/build.yml
parentad6f15f293470426f931123fdbd4faecea4b8d50 (diff)
downloadPrismLauncher-7dd2530027fb17997283e1ec812f036328057d39.tar.gz
PrismLauncher-7dd2530027fb17997283e1ec812f036328057d39.tar.bz2
PrismLauncher-7dd2530027fb17997283e1ec812f036328057d39.zip
chore(deps): update actions/checkout action to v4
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d044f4fa..e0434ce6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -125,7 +125,7 @@ jobs:
# PREPARE
##
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
submodules: 'true'
@@ -620,7 +620,7 @@ jobs:
options: --privileged
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
if: inputs.build_type == 'Debug'
with:
submodules: 'true'