Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: "0"
- name: Build changelog from PRs with labels
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
jsonnetfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: |
make jsonnetfmt_check

Expand All @@ -18,7 +18,7 @@ jobs:
outputs:
instances: ${{ steps.instances.outputs.instances }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Find test cases
id: instances
run: |
Expand All @@ -32,6 +32,6 @@ jobs:
runs-on: ubuntu-latest
name: 'Golden test: ${{ matrix.instance }}'
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: |
make golden-diff -e instance=${{ matrix.instance }}