Skip to content

Commit

Permalink
update GitHub checkout action from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Nov 1, 2023
1 parent 6e42b75 commit 4994fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roadblock-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "name=\"${{ matrix.tests.name }}\""
echo "args=\"${{ matrix.tests.args }}\""
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install test dependencies
run: |
Expand Down

0 comments on commit 4994fb4

Please sign in to comment.