Skip to content

Commit 4ad41da

Browse files
committed
ci: Bump some action versions
Use the latest action versions to resolve this warning: The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1.
1 parent 75c2a2e commit 4ad41da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ jobs:
2525
https://git.savannah.gnu.org/git/emacs/elpa.git seq
2626
echo SEQ_DIR=$PWD/seq >>$GITHUB_ENV
2727
- name: Check out compat
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v4
2929
with:
3030
repository: emacs-compat/compat
3131
path: compat
3232
- name: Check out transient
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434
with:
3535
repository: magit/transient
3636
path: transient
3737
- name: Check out snakemake-mode
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v4
3939
with:
4040
repository: kyleam/snakemake-mode
4141
path: snakemake-mode
4242
- name: Set up Python
43-
uses: actions/setup-python@v1
43+
uses: actions/setup-python@v4
4444
with:
4545
python-version: 3.12
4646
- name: Install Snakemake

0 commit comments

Comments
 (0)