aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update-documentation.yml
diff options
context:
space:
mode:
authorStephan <34886888+steled@users.noreply.github.com>2023-01-17 20:18:13 +0300
committerGitHub <noreply@github.com>2023-01-17 20:18:13 +0300
commit79588ef3da9abb2b536583130653b05030e8e5a6 (patch)
treef21894123c3c31df52f6e6ef8f11d88d45ff5272 /.github/workflows/update-documentation.yml
parent1726222515e9d03c05f48bb4a03895afd09525a7 (diff)
checkout action update (#404)
- updated the action checkout from v2 to 3 as required by action warning
Diffstat (limited to '.github/workflows/update-documentation.yml')
-rw-r--r--.github/workflows/update-documentation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml
index 711c492..6d7bb5c 100644
--- a/.github/workflows/update-documentation.yml
+++ b/.github/workflows/update-documentation.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: "github.ref == 'refs/heads/main'"
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Generate Documentation
uses: devcontainers/action@v1