diff options
| -rw-r--r-- | .gitea/workflows/git-sync.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitea/workflows/git-sync.yaml b/.gitea/workflows/git-sync.yaml index eb1cdf3..bf1446e 100644 --- a/.gitea/workflows/git-sync.yaml +++ b/.gitea/workflows/git-sync.yaml @@ -14,12 +14,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install Emacs run: | sudo apt-get update - sudo apt-get install -y emacs-nox + sudo apt-get install -y emacs - name: Setup environment run: | @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: git-sync env: |
