Skip to content

Commit

Permalink
Merge pull request #6 from chouetz/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
chouetz authored Nov 15, 2024
2 parents 6f0ba48 + 714edc9 commit 0175df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 0175df2

Please sign in to comment.