Skip to content

Commit fd64ee9

Browse files
chore(ci): Upgrade checkout action to v7
1 parent 327f305 commit fd64ee9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212

1313
steps:
1414
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v7
1616
- uses: daniestevez/gr-satellites-ci-action@v2.1.0

.github/workflows/clang-format-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v7
1212
- name: Run clang-format
1313
run: |
1414
find . -name '*.cpp' -o -name '*.hpp' -o -name '*.h' -o -name '*.cc' -o -name '*.c' | \

.github/workflows/pycodestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pycodestyle:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v7
1313
- name: Install pycodestyle
1414
run: pip install pycodestyle
1515
- name: Run pycodestyle

0 commit comments

Comments
 (0)