Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent bc25b0b commit 05296fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 05296fd

Please sign in to comment.