Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
deps: update actions/checkout action to v4.1.1 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent df7f0c5 commit ec1a5dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
if: "github.event_name == 'pull_request' && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- uses: ./.github/actions/detect-env
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
needs: [tests]
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
- uses: ./.github/actions/detect-env
- name: Setup Node.js
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Publish Yarn Plugin Licenses
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.1
- uses: ./.github/actions/detect-env
- name: Setup Node.js
uses: actions/[email protected]
Expand Down

0 comments on commit ec1a5dc

Please sign in to comment.