diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2023-10-04 20:46:22 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2023-10-04 20:46:22 -0400 |
| commit | 18b8a68c4688fd1002dab11759d431eab36604ef (patch) | |
| tree | c7c40d8406012deeac39d81d4828117cb24d9612 /.github/workflows/pre-commit.yaml | |
| parent | 59cd3f48b00b408e354cd39c0f6e966912ba628f (diff) | |
| parent | 1570153a8419878eea0e619a45e3d290ca3c0e92 (diff) | |
SL-18837: Merge branch 'actions-clean-manifest' into actions.
This branch cleans up crufty code in build.yaml, build.sh and
viewer_manifest.py that was packaging, signing and uploading installers before
the SL-19242 work.
Diffstat (limited to '.github/workflows/pre-commit.yaml')
| -rw-r--r-- | .github/workflows/pre-commit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 17c0ace02f..d626eef38d 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -11,7 +11,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 3.x |
