File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66jobs :
77 init :
88 name : Init
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1010 steps :
1111 - name : ⏬ Checkout repo
1212 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 55
66jobs :
77 dependabot :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-24.04 # Use Ubuntu 24.04 explicitly
99 if : ${{ github.actor == 'dependabot[bot]' }}
1010 steps :
1111 - name : ⏬ Dependabot metadata
Original file line number Diff line number Diff line change 1717
1818 build :
1919 name : Build
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-24.04 # Use Ubuntu 24.04 explicitly
2121 needs : [init]
2222 steps :
2323 - name : ⏬ Checkout repo
Original file line number Diff line number Diff line change 1111
1212 publish :
1313 name : Upload Figma Plugin/Widget to release page
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1515 needs : [init]
1616 strategy :
1717 fail-fast : false
You can’t perform that action at this time.
0 commit comments