Skip to content

Commit

Permalink
update justfile import (#1938)
Browse files Browse the repository at this point in the history
* update justfile import

* pin CI
  • Loading branch information
xavdid-stripe authored Jan 16, 2025
1 parent cc23dd8 commit d9d82d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
name: Build

runs-on: ubuntu-latest
runs-on: "ubuntu-24.04"

steps:
- uses: extractions/setup-just@v2
Expand All @@ -46,7 +46,7 @@ jobs:
test:
name: Test

runs-on: ubuntu-latest
runs-on: "ubuntu-24.04"

strategy:
fail-fast: false
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
startsWith(github.ref, 'refs/tags/v') &&
endsWith(github.actor, '-stripe')
needs: [build, test]
runs-on: ubuntu-latest
runs-on: "ubuntu-24.04"
steps:
- uses: actions/checkout@master
- name: Setup Java
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
!contains(github.ref, 'beta') &&
endsWith(github.actor, '-stripe')
needs: [build, test]
runs-on: ubuntu-latest
runs-on: "ubuntu-24.04"
steps:
- uses: actions/checkout@master
- name: Setup Java
Expand All @@ -158,7 +158,7 @@ jobs:
GRGIT_PASS: ${{ secrets.GITHUB_TOKEN }}

compat:
runs-on: ubuntu-latest
runs-on: "ubuntu-24.04"

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set quiet

import? '../sdk-codegen/justfile'
import? '../sdk-codegen/utils.just'

_default:
just --list --unsorted
Expand Down

0 comments on commit d9d82d3

Please sign in to comment.