Skip to content

Commit 685ad99

Browse files
authored
Merge pull request #78 from bbfrederick/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.2.1 to 4.2.2
2 parents ac1d99d + 170c572 commit 685ad99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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/[email protected].1
42+
uses: actions/[email protected].2
4343

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

.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/[email protected].1
23+
uses: actions/[email protected].2
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/[email protected].1
16+
- uses: actions/[email protected].2
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/[email protected].1
20+
uses: actions/[email protected].2
2121
with:
2222
ref: ${{ github.head_ref }} # checkout the correct branch name
2323
fetch-depth: 0

0 commit comments

Comments
 (0)