diff options
author | Olly Betts <olly@survex.com> | 2023-04-21 11:04:18 +1200 |
---|---|---|
committer | Olly Betts <olly@survex.com> | 2023-04-21 11:04:18 +1200 |
commit | 9c3a88a491b305115011848c7277c82a6fb8093d (patch) | |
tree | 3ffdfea6ad94e0e3daf3cfb026f7ecb22350573f | |
parent | 567c73731b3a2aa3f836ea0724462587c6405a49 (diff) | |
download | swig-9c3a88a491b305115011848c7277c82a6fb8093d.tar.gz |
[ci] Update to latest actions/checkout
Should fix "Node.js 12 actions are deprecated" warning.
-rw-r--r-- | .github/workflows/nuget.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 40ab4244c..d3fe7006b 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive |