From 0ceb4d60272a6a3d65639ad0dafcd3fff660a384 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 24 Oct 2022 03:09:24 -0600 Subject: upgrade checkout action to v3 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d33070d1..60f0a9c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: SOURCE_DATE_EPOCH: '1521504000' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install prerequisites for Nokogiri (Linux) if: matrix.os == 'ubuntu-latest' run: sudo apt-get install libxslt1-dev @@ -123,7 +123,7 @@ jobs: BUNDLE_WITHOUT: docs:lint:coverage steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9571cfe5..5bddf795 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@v2 + uses: actions/checkout@v3 with: token: ${{ secrets[format('GH_TOKEN_{0}', github.actor)] }} - name: Install Ruby -- cgit v1.2.3