Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 (#614)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 5e4d014 commit ffd657a
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.2
uses: actions/checkout@v4.1.3

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

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

- 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.2
uses: actions/checkout@v4.1.3

-
name: Run Labeler
Expand Down

0 comments on commit ffd657a

Please sign in to comment.