Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Oct 24, 2024
2 parents efac5cd + 6481fd7 commit 9977d93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
versionSpec: '5.x'

- name: Install Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
versionSpec: '5.x'

- name: Install Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.2.1
- uses: actions/checkout@v4.2.2
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/showversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
versionSpec: '5.x'

- name: Install Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0
Expand Down

0 comments on commit 9977d93

Please sign in to comment.