Skip to content

Commit e213eb7

Browse files
authored
Merge pull request #1433 from folio-org/FOLIO-3944-upgrade-actions-api
FOLIO-3944 Upgrade Actions for API-related Workflows
2 parents 2736ad8 + 3c0bc98 commit e213eb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/api-doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
with:
4444
ref: ${{ github.REF }}
4545
submodules: recursive

.github/workflows/api-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
with:
4444
submodules: recursive
4545
- name: Prepare folio-tools

.github/workflows/api-schema-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
submodules: recursive
3535
- name: Prepare folio-tools

0 commit comments

Comments
 (0)