diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-24 02:39:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-24 02:39:33 +0000 |
| commit | d0974dd5236fd9c44cf63dc76e4a443842a9b554 (patch) | |
| tree | 04d28210caf5475c3130f7a55396e31978cfb22d /.github | |
| parent | a7b783e2214b94b62d14e7e95decedb58ba67b04 (diff) | |
| download | Meta-Launcher-d0974dd5236fd9c44cf63dc76e4a443842a9b554.tar.gz Meta-Launcher-d0974dd5236fd9c44cf63dc76e4a443842a9b554.zip | |
Update actions/checkout action to v4
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93182f45a..28ca5f1ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Move directory run: | |
