Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.4 (#615)
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 Apr 29, 2024
1 parent ffd657a commit 97f15de
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
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

-
name: Run Labeler
Expand Down

0 comments on commit 97f15de

Please sign in to comment.