[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/rust-mode afe29836d4 2/4: Avoid actions' warning
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/rust-mode afe29836d4 2/4: Avoid actions' warning |
Date: |
Sat, 10 Dec 2022 13:59:41 -0500 (EST) |
branch: elpa/rust-mode
commit afe29836d4ddec772df2fe3b0225fdc4b86add60
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>
Avoid actions' warning
---
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index db466c2c80..129adf96d3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
# - snapshot
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: jcs090218/setup-emacs@master
with: