Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.5 (#620)
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] committed May 14, 2024
1 parent 283578e commit 134be83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

-
name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

steps:
- if: ${{ github.actor == 'dependabot[bot]' }}
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
ref: ${{ github.event.pull_request.head.sha }}

- if: ${{ github.actor != 'dependabot[bot]' }}
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

- uses: pnpm/action-setup@v3.0.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

-
name: Run Labeler
Expand Down

0 comments on commit 134be83

Please sign in to comment.