Skip to content

Commit

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

Bump actions/checkout from 4.1.7 to 4.2.1
  • Loading branch information
CJNE authored Oct 16, 2024
2 parents 696fb55 + db9eba4 commit 7bbbaff
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.7
- uses: actions/checkout@v4.2.1
- name: Set up Python
uses: actions/setup-python@v5.1.1
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.7
uses: actions/checkout@v4.2.1

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

0 comments on commit 7bbbaff

Please sign in to comment.