Skip to content

Commit 2848d5a

Browse files
authored
Update GitHub Actions runner and checkout version
Signed-off-by: Horti <[email protected]>
1 parent 8e7099c commit 2848d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-pricing-list.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
fetch-pricing-list:
1313
name: Fetch Pricing List
1414
if: github.repository == 'layer5io/docs'
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
fetch-depth: 1

0 commit comments

Comments
 (0)