Skip to content

Commit

Permalink
Revert "chore(deps): update actions/checkout action to v4" (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshburt authored Oct 13, 2023
1 parent 0c31ee8 commit c4b8da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Retrieve the source code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
with:
fetch-depth: 0
- name: Linting
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 @@ -10,7 +10,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Retrieve the source code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
with:
fetch-depth: 0
- name: Build the package
Expand Down

0 comments on commit c4b8da0

Please sign in to comment.