diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6772f36..a6d0ef2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,11 +19,11 @@ jobs: with: repository: magnars/dash.el path: dash.el - - name: Check out magit-popup + - name: Check out transient uses: actions/checkout@v2 with: - repository: magit/magit-popup - path: magit-popup + repository: magit/transient + path: transient - name: Check out snakemake-mode uses: actions/checkout@v2 with: |