branch: elpa/zig-mode commit dab3c37c2d045040e3a7ce970731b66c9d5fb29b Merge: 9f86fded13e a562fae068b Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #576 from ziglang/dependabot/github_actions/actions/checkout-5 Bump actions/checkout from 4 to 5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef10d72b3c9..41d2cb2ed62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: with: version: 'snapshot' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: |