Skip to content

Commit

Permalink
Merge pull request #528 from xt0rted/update-checkout
Browse files Browse the repository at this point in the history
Bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
xt0rted authored Oct 22, 2023
2 parents fd4c9d2 + cc75fb7 commit a1670b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

- name: Install Node
uses: actions/setup-node@v3.8.1
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.1.0
uses: actions/checkout@v4.1.1

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

0 comments on commit a1670b8

Please sign in to comment.