Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- UBUNTU_VERSION=noble WITHOUT_GIT=true
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set environment variables
run: echo ${{ matrix.env }} | xargs -n1 echo >> ${GITHUB_ENV}

Expand All @@ -47,7 +47,7 @@ jobs:
- i686
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set environment variables
run: |
echo ARCH=${{ matrix.arch }} >> ${GITHUB_ENV}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Build
run: docker build -t yp-spur-with-ssm -f .test-with-ssm.Dockerfile .
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false
ref: ${{ needs.create-release-candidate.outputs.pr-branch }}
Expand Down
Loading