diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a87fe80..9eb39ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: name: Build, Install, Package documentation if: "!contains(github.event.head_commit.message, 'docs skip')" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install credentials run: echo https://$GITHUB_OAUTH:@github.com > $HOME/.git-credentials env: