Skip to content

Commit

Permalink
Merge pull request #63 from bbfrederick/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.5

Bump actions/checkout from 4.1.4 to 4.1.5
  • Loading branch information
bbfrederick authored May 7, 2024
2 parents e931497 + 051bdda commit d32a25c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/[email protected].4
uses: actions/[email protected].5

# 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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
- uses: actions/[email protected].5
- 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/[email protected].4
uses: actions/[email protected].5
with:
ref: ${{ github.head_ref }} # checkout the correct branch name
fetch-depth: 0
Expand Down

0 comments on commit d32a25c

Please sign in to comment.