Skip to content

Commit 7faaa0b

Browse files
committed
Pinned ubuntu to 24.04, bumped actions/checkout to 6.0.2
1 parent 4a68fb3 commit 7faaa0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-changes-to-gitlab.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
if: (github.repository == 'adamlui/python-utils')
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
permissions:
1212
contents: read
1313
env:
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: Checkout adamlui/python-utils
19-
uses: actions/checkout@v6.0.1
19+
uses: actions/checkout@v6.0.2
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)