diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-02-18 02:52:35 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-02-18 02:53:52 -0700 |
| commit | 38f464f498848ddab6d11ed27dcfd710e4a242ee (patch) | |
| tree | ca49537f95865bf1777f3e2f0f6fef4ac1f48759 | |
| parent | 48e9c495dbb3fd467bd9f7a5e1f7f520c629c546 (diff) | |
upgrade GitHub Actions (checkout and setup-java)
| -rw-r--r-- | .github/workflows/ci.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6389c788..ba9ce4f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: SOURCE_DATE_EPOCH: '1521504000' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set AsciiMath version if: matrix.asciimath-version run: echo 'ASCIIMATH_VERSION=${{ matrix.asciimath-version }}' >> $GITHUB_ENV @@ -88,7 +88,7 @@ jobs: echo 'COVERAGE=true' >> $GITHUB_ENV - name: Upgrade Java (JRuby for Windows) if: matrix.os == 'windows-latest' && startsWith(matrix.ruby, 'jruby-') - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: '17' @@ -138,7 +138,7 @@ jobs: BUNDLE_WITHOUT: docs:lint:coverage steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a51467e6..11aa7e4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: PYGMENTS_VERSION: '~> 2.0' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets[format('GH_TOKEN_{0}', github.actor)] }} - name: Install Ruby |
