[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/php-mode 59459d4ddf 1/4: update github actions
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/php-mode 59459d4ddf 1/4: update github actions |
Date: |
Sat, 12 Aug 2023 21:59:44 -0400 (EDT) |
branch: elpa/php-mode
commit 59459d4ddf70113e7d7b2a1d3aa6153bbab3f288
Author: Piotr Kwiecinski <piotr.kwiecinski@codemanufacture.com>
Commit: Piotr Kwiecinski <piotr.kwiecinski@codemanufacture.com>
update github actions
---
.github/workflows/test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7166cbbe34..8c2438c14a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
- emacs_version: snapshot
allow_failure: true
steps:
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
with:
python-version: '3.11'
architecture: 'x64'
@@ -36,7 +36,7 @@ jobs:
- uses: conao3/setup-cask@master
with:
version: 'snapshot'
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Run tests
if: matrix.allow_failure != true
run: 'make .cask test'