summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/release.yml2
2 files changed, 3 insertions, 3 deletions
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