diff options
| -rw-r--r-- | .github/workflows/build.yaml | 4 | ||||
| -rw-r--r-- | indra/newview/VIEWER_VERSION.txt | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7e82e42862..c7a758bd0f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,7 +65,7 @@ jobs:            ref: ${{ github.event.pull_request.head.sha || github.sha }}        - name: Setup python -        uses: actions/setup-python@v4 +        uses: actions/setup-python@v5          with:            python-version: ${{ matrix.python-version }} @@ -86,7 +86,7 @@ jobs:          run: pip3 install autobuild llsd        - name: Cache autobuild packages -        uses: actions/cache@v3 +        uses: actions/cache@v4          id: cache-installables          with:            path: .autobuild-installables diff --git a/indra/newview/VIEWER_VERSION.txt b/indra/newview/VIEWER_VERSION.txt index b7f8ee41e6..69adf3456f 100644 --- a/indra/newview/VIEWER_VERSION.txt +++ b/indra/newview/VIEWER_VERSION.txt @@ -1 +1 @@ -7.1.4 +7.1.5  | 
