Checkout: Update all workflows to use Checkout V4

This commit is contained in:
Josh Soref
2024-04-05 15:29:37 -04:00
parent 607f368fb0
commit cd4b67d0b4
135 changed files with 142 additions and 142 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with: