[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/emacsql f2aa0acc83 1/2: ci: Bump to actions/checkout@v4
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/emacsql f2aa0acc83 1/2: ci: Bump to actions/checkout@v4 |
Date: |
Sun, 14 Jul 2024 15:59:40 -0400 (EDT) |
branch: elpa/emacsql
commit f2aa0acc8392a0febb964b28b262ac12a1cd95d2
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
ci: Bump to actions/checkout@v4
---
.github/workflows/test.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9c5ff0a441..4d30da7bed 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,14 +15,14 @@ jobs:
with:
version: 28.2
- name: 'Install workflow scripts'
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: emacscollective/workflows
ref: ${{ inputs.workflow_ref }}
path: _scripts
persist-credentials: false
- name: 'Checkout ${{ github.repository }}'
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: ${{ env.pwd }}
persist-credentials: false
@@ -73,14 +73,14 @@ jobs:
with:
version: ${{ matrix.emacs }}
- name: 'Checkout scripts'
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: emacscollective/workflows
ref: ${{ inputs.workflow_ref }}
path: _scripts
persist-credentials: false
- name: 'Checkout ${{ github.repository }}'
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
path: ${{ env.pwd }}
persist-credentials: false