Skip to content

Commit aa58fef

Browse files
Merge pull request #180 from MothScientist/dependabot/github_actions/actions/checkout-5
[dependabot-actions]: Bump actions/checkout from 4 to 5
2 parents 55975f0 + db0631e commit aa58fef

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Action for checking out a repo - https://github.com/actions/checkout
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
# GitHub Action to set up Docker Buildx - https://github.com/docker/setup-buildx-action
2020
- name: Set up Docker Buildx

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL

.github/workflows/flake8.yml

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

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v6

.github/workflows/pylint.yml

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

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v6

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# Action for checking out a repo - https://github.com/actions/checkout
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
# https://github.com/actions/setup-python
2727
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.architecture }}
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Checkout repository
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v5
7878

7979
- name: Set up Python
8080
uses: actions/setup-python@v6
@@ -136,7 +136,7 @@ jobs:
136136

137137
steps:
138138
- name: Checkout repository
139-
uses: actions/checkout@v4
139+
uses: actions/checkout@v5
140140

141141
- name: Set up Python
142142
uses: actions/setup-python@v6
@@ -193,7 +193,7 @@ jobs:
193193
steps:
194194
# Action for checking out a repo - https://github.com/actions/checkout
195195
- name: Checkout repository
196-
uses: actions/checkout@v4
196+
uses: actions/checkout@v5
197197

198198
# https://github.com/actions/setup-python
199199
- name: Set up Python ${{ matrix.python-version }} ${{ matrix.architecture }}

0 commit comments

Comments
 (0)