Skip to content

Commit

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

Bump actions/checkout from 2.3.4 to 4.1.6
  • Loading branch information
CJNE authored Jun 3, 2024
2 parents 0d9e833 + 69dc049 commit 6826413
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@v3
- uses: actions/checkout@v4.1.6
- name: Set up Python
uses: actions/setup-python@v4
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@v2.3.4
uses: actions/checkout@v4.1.6

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

0 comments on commit 6826413

Please sign in to comment.