Skip to content

Commit

Permalink
⬆️ Bump actions/checkout from 4.1.5 to 4.1.6 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 7a4dbbc commit 1a7906e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
dotnet-version: ['6.0.x', '7.0.x', '8.0.x']
steps:
- name: "Checkout"
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
lfs: true
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].5
uses: actions/[email protected].6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
Expand Down

0 comments on commit 1a7906e

Please sign in to comment.