Skip to content

Commit

Permalink
Merge pull request #6 from itsmechlark/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

ci(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
itsmechlark authored Sep 9, 2023
2 parents 890ea55 + 0ad8ffa commit bd9f03c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand All @@ -44,7 +44,7 @@ jobs:

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

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

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

# - name: Setup Ruby
# uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit bd9f03c

Please sign in to comment.