Skip to content

Commit

Permalink
Merge pull request #46 from CJNE/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
CJNE authored Aug 18, 2024
2 parents 17621ec + a811005 commit f6b95cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- name: Set up Python
uses: actions/setup-python@v5.1.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Pre-commit
steps:
- name: Check out the repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v5.1.0
Expand All @@ -45,7 +45,7 @@ jobs:
name: Run tests
steps:
- name: Check out code from GitHub
uses: "actions/checkout@v4.1.6"
uses: "actions/checkout@v4.1.7"
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/setup-python@v5.1.0"
with:
Expand Down

0 comments on commit f6b95cb

Please sign in to comment.