Skip to content

Commit

Permalink
Merge pull request #150 from folio-org/FOLIO-3944-upgrade-actions-api
Browse files Browse the repository at this point in the history
FOLIO-3944 Upgrade Actions for API-related Workflows
  • Loading branch information
dcrossleyau committed Jan 9, 2024
2 parents de99d72 + 766bd4e commit c113f10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-doc.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.REF }}
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-lint.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Prepare folio-tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-schema-lint.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Prepare folio-tools
Expand Down

0 comments on commit c113f10

Please sign in to comment.