Skip to content

Commit

Permalink
Merge pull request #36 from vskbot007/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
vskbot007 authored Sep 5, 2023
2 parents 8521e50 + b0344cf commit 5dd1d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoformatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
# uses: erevear/snowsql-formatter-action@main

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

# # - name: Format SQL
# # uses: sqltools/formatter-action@v1
Expand Down

0 comments on commit 5dd1d5e

Please sign in to comment.