Skip to content

Commit

Permalink
Merge pull request #21 from cryptrz/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.2.2

Bump actions/checkout from 4.1.7 to 4.2.2
  • Loading branch information
cryptrz authored Nov 30, 2024
2 parents db3ab03 + 4dd8c4f commit 74579c3
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 @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

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

steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0 # for posts's lastmod

Expand Down

0 comments on commit 74579c3

Please sign in to comment.