Skip to content

Commit

Permalink
Merge pull request #9 from icelam/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

ci: bump actions/checkout from 3 to 4
  • Loading branch information
icelam authored Oct 3, 2023
2 parents 9357a60 + 0aa9b3c commit 44481db
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js version
uses: actions/setup-node@main
with:
Expand Down

0 comments on commit 44481db

Please sign in to comment.