ci: Bump actions/checkout to v3

This commit is contained in:
Richard Hansen 2022-03-01 17:17:16 -05:00
parent b2b6acfe5f
commit a6b969c811
14 changed files with 25 additions and 25 deletions

View file

@ -22,12 +22,12 @@ jobs:
sudo apt install -y --no-install-recommends libreoffice libreoffice-pdfimport
-
name: Install etherpad core
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ether/etherpad-lite
-
name: Checkout plugin repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ./node_modules/__tmp
-

View file

@ -28,7 +28,7 @@ jobs:
printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
-
name: Check out Etherpad core
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ether/etherpad-lite
-
@ -41,7 +41,7 @@ jobs:
src/bin/doc/package-lock.json
-
name: Check out the plugin
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: ./node_modules/__tmp
-

View file

@ -22,7 +22,7 @@ jobs:
# conflicts with this plugin's clone, etherpad-lite must be cloned and
# moved out before this plugin's repo is cloned to $GITHUB_WORKSPACE.
-
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ether/etherpad-lite
path: etherpad-lite
@ -31,7 +31,7 @@ jobs:
# etherpad-lite has been moved outside of $GITHUB_WORKSPACE, so it is now
# safe to clone this plugin's repo to $GITHUB_WORKSPACE.
-
uses: actions/checkout@v2
uses: actions/checkout@v3
# This is necessary for actions/setup-node because '..' can't be used in
# cache-dependency-path.
-
@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
-