Skip to content

Commit f4cbfbd

Browse files
authored
Merge pull request #23 from markusressel/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c3417fd + 0358149 commit f4cbfbd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: [ "3.12" ]
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v5

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Check out Git repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Install ClangFormat
2121
run: sudo apt-get install -y clang-format

0 commit comments

Comments
 (0)