branch: elpa/git-commit commit 53660de6f89806f233b18c77455af8c392ebb116 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Commit: Jonas Bernoulli <jo...@bernoul.li>
Bump actions/checkout to version 3. Bumps actions/checkout (https://github.com/actions/checkout) from version 2 to 3. --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d144d78d13..9f93a1c782 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,27 +27,27 @@ jobs: with: version: ${{ matrix.emacs_version }} - name: Checkout compat - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: emacs-compat/compat path: compat - name: Checkout dash - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: magnars/dash.el path: dash - name: Checkout transient - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: magit/transient path: transient - name: Checkout with-editor - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: magit/with-editor path: with-editor - name: Checkout magit - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: magit/magit path: magit