[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/url-scgi 0e8474956e 1/2: Bump actions/checkout from 3 t
From: |
ELPA Syncer |
Subject: |
[elpa] externals/url-scgi 0e8474956e 1/2: Bump actions/checkout from 3 to 4 |
Date: |
Tue, 5 Sep 2023 09:58:44 -0400 (EDT) |
branch: externals/url-scgi
commit 0e8474956ee23215ad4ebc901cfae5492d182600
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
---
.github/workflows/codespell.yml | 2 +-
.github/workflows/test.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index 3f82a7af3d..e35578d9dd 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout url-scgi
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7aa57da1db..c2c090010b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout url-scgi
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/url-scgi 0e8474956e 1/2: Bump actions/checkout from 3 to 4,
ELPA Syncer <=