Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent fee8d49 commit 539da0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: 'Checkout codes'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup poetry ${{ matrix.poetry-version }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: 'Checkout codes'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup poetry ${{ matrix.poetry-version }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tieba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: 'Checkout codes'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup poetry ${{ matrix.poetry-version }}
run: |
Expand Down

0 comments on commit 539da0f

Please sign in to comment.