Skip to content

Commit 1deeb70

Browse files
authored
Merge pull request #14 from bbfrederick/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 845676c + 77146b7 commit 1deeb70

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v4.2.2
42+
uses: actions/checkout@v5
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/codespell.yml

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

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Annotate locations with typos
2323
uses: codespell-project/codespell-problem-matcher@v1
2424
- name: Codespell

.github/workflows/docker-build-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
versionSpec: '5.x'
2121

2222
- name: Install Checkout
23-
uses: actions/checkout@v4.2.2
23+
uses: actions/checkout@v5
2424
with:
2525
ref: ${{ github.head_ref }} # checkout the correct branch name
2626
fetch-depth: 0

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v5
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:

.github/workflows/showversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
versionSpec: '5.x'
1818

1919
- name: Install Checkout
20-
uses: actions/checkout@v4.2.2
20+
uses: actions/checkout@v5
2121
with:
2222
ref: ${{ github.head_ref }} # checkout the correct branch name
2323
fetch-depth: 0

0 commit comments

Comments
 (0)