Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 4d4c663 commit 86cfbd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down Expand Up @@ -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/[email protected]
with:
Expand Down Expand Up @@ -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: ./
Expand Down

0 comments on commit 86cfbd3

Please sign in to comment.