diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-21 15:49:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 15:49:23 +0000 |
| commit | a1e1ebe714fc0821bdf2c12f6a3e7553d992cb4b (patch) | |
| tree | 183fd0bbe8891cc7720fa9258e007bc03d0e931e /.github/workflows | |
| parent | f0ce8ed0e61634f061d88c5f915263205a50d522 (diff) | |
| download | Meta-Launcher-a1e1ebe714fc0821bdf2c12f6a3e7553d992cb4b.tar.gz Meta-Launcher-a1e1ebe714fc0821bdf2c12f6a3e7553d992cb4b.zip | |
chore(deps): update actions/checkout action to v3
Diffstat (limited to '.github/workflows')
| -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 ee555cb88..93182f45a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Move directory run: | |
