diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index be405bc093..8b63907100 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: ref: refs/pull/${{ github.event.pull_request.number }}/head diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 005866ee57..affe346ecb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,11 +18,11 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN || github.token }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: path: main - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: path: deploy ref: gh-pages diff --git a/.github/workflows/lint-css.yml b/.github/workflows/lint-css.yml index e6f2acb9fe..f495344f17 100644 --- a/.github/workflows/lint-css.yml +++ b/.github/workflows/lint-css.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Set up Node.js uses: actions/setup-node@v2.1.2 diff --git a/.github/workflows/lint-html.yml b/.github/workflows/lint-html.yml index 53a85e2d94..46f5e87ce5 100644 --- a/.github/workflows/lint-html.yml +++ b/.github/workflows/lint-html.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Set up Node.js uses: actions/setup-node@v2.1.2 diff --git a/.github/workflows/lint-js.yml b/.github/workflows/lint-js.yml index 2a2b7bee37..e147b1cd41 100644 --- a/.github/workflows/lint-js.yml +++ b/.github/workflows/lint-js.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 # setup-node task is used without a particular version in order to load # the ESLint problem matchers diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 25e98dbba5..31a5929ad8 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -30,7 +30,7 @@ jobs: CI_NODE_INDEX: [0, 1, 2, 3, 4] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 4e0b1e916d..6914bde36c 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Set up Node.js uses: actions/setup-node@v2.1.2