diff options
author | ccleberg <156287552+ccleberg@users.noreply.github.com> | 2024-06-23 17:48:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-23 17:48:09 +0000 |
commit | 70b8cf8577b07264c6a795783db6753848346c9e (patch) | |
tree | 82d1c32bed6fd100d0b8282145fb9d31c8667528 /.github/workflows | |
parent | a9b64c7ae9f9aa138734ed52128236bb4fee4fe8 (diff) | |
download | cleberg.net-70b8cf8577b07264c6a795783db6753848346c9e.tar.gz cleberg.net-70b8cf8577b07264c6a795783db6753848346c9e.tar.bz2 cleberg.net-70b8cf8577b07264c6a795783db6753848346c9e.zip |
Transitioning from Node 16 to Node 20
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml b/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml index f4e3257..cc3cb8a 100644 --- a/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml +++ b/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: true
lfs: false
|