Skip to content

Commit

Permalink
Merge pull request #648 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-3415dd639e

Bump the github-actions group with 2 updates
  • Loading branch information
dependamerge[bot] authored Oct 28, 2024
2 parents ca99e9f + 566238b commit aed7d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- name: Check out repo
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- name: Install Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node }}

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 @@ -33,7 +33,7 @@ jobs:

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit aed7d04

Please sign in to comment.