Skip to content

Commit

Permalink
Merge pull request #460 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 Nov 20, 2024
2 parents afe1197 + f4c6541 commit 6b4a5ce
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 @@ -25,10 +25,10 @@ jobs:

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

- name: Install node
uses: actions/setup-node@v4.0.2
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 @@ -30,7 +30,7 @@ jobs:

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

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

0 comments on commit 6b4a5ce

Please sign in to comment.