diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-05 10:52:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 10:52:17 +0200 |
| commit | 4f0c0e6fa1ce2e4da9407f122d0c1c27c7f8ad83 (patch) | |
| tree | 8ff1942f5248a5364eea96c67652cb353eb85e17 /.github/workflows/docs.yml | |
| parent | 6c6606aa014862f1a5c112d688d5e91c0cd9a8d8 (diff) | |
Bumped checkout version in Github actions configuration.
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0e0958ea97..c7ec6da8e2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: name: docs steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: @@ -44,7 +44,7 @@ jobs: name: blacken-docs steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: |
