Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install versio
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
timeout_minutes: 10
max_attempts: 5
command: sudo apt-get update && sudo apt-get install -y bats
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
- uses: ruby/setup-ruby@v1
Expand All @@ -64,7 +64,7 @@ jobs:
previous_version: ${{ steps.previous_version.outputs.previous_version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout the repository
with:
lfs: true
Expand Down