Skip to content

Commit

Permalink
Merge pull request #24 from krzko/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4.2.1

chore(deps): bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
2 parents 5a8488b + c20cbad commit a4b1752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down

0 comments on commit a4b1752

Please sign in to comment.