Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.6 (#625)
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 22, 2024
1 parent 6ef4669 commit af261ef
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.5
uses: actions/checkout@v4.1.6

-
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.5
uses: actions/checkout@v4.1.6
with:
ref: ${{ github.event.pull_request.head.sha }}

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

- uses: pnpm/action-setup@v4.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.5
uses: actions/checkout@v4.1.6

-
name: Run Labeler
Expand Down

0 comments on commit af261ef

Please sign in to comment.