Skip to content

Commit

Permalink
Merge pull request #2 from bwagner/fix-checkout-v4
Browse files Browse the repository at this point in the history
FIXES: github checkout action to @v4 (avoids warning Node version)
  • Loading branch information
bwagner authored Jan 29, 2024
2 parents 387cbb5 + 00093d3 commit 087944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps: # This workflow has 3 steps
# The first step is to check out the repository so it can read the files inside of it and do other operations
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
# This step installs Deno, which is a new Javascript runtime that improves on Node. We'll use it for postprocessing later
- name: Setup deno
uses: denoland/setup-deno@main
Expand Down

0 comments on commit 087944c

Please sign in to comment.