From 86cfbd3829ad9a7bb683eae8735b1bc0fadef9a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:42:21 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2.7.0 --- .github/workflows/build.yml | 8 ++++---- .github/workflows/dist.yml | 2 +- .github/workflows/publish.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7eb9d8..f5c127c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: shell: bash name: node.js ${{ matrix.node-version }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.7.0 with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -61,7 +61,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.7.0 with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -80,7 +80,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.7.0 with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -102,7 +102,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.7.0 with: repository: 'gofunky/siteleaf-test' ref: 'master' diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 5b70a60..2ed98a6 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -23,7 +23,7 @@ jobs: - name: determine source repository (PR) if: ${{ github.event_name != 'push' }} run: echo "::set-env name=repository::${{ github.event.pull_request.head.repo.full_name }}" - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.7.0 with: ref: ${{ github.head_ref }} repository: ${{ env.repository }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b1d466b..ab83ac7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.7.0 - name: setup node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.5 with: @@ -52,7 +52,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.7.0 - name: setup node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.5 with: @@ -90,7 +90,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.7.0 - name: publish pages to Siteleaf id: siteleaf uses: ./