Skip to content

Commit

Permalink
chore(deps): bump actions/checkout action to v4.1.0
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.0.0 | v4.1.0 |
  • Loading branch information
renovate-bot committed Sep 23, 2023
1 parent f6aefda commit 7acf735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: write # for pre-commit-action
steps:
- name: Check out repository.
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
fetch-depth: 0
- name: Get operating system name and version.
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository.
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Save Docker images.
uses: ./
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
actions: write # for cache deletion
steps:
- name: Check out repository.
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Load Docker images.
uses: ./
with:
Expand Down

0 comments on commit 7acf735

Please sign in to comment.