Skip to content

Commit

Permalink
chore(deps): bump actions/checkout action to v4.1.1
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.0 | v4.1.1 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Nov 5, 2023
1 parent 541b87c commit 7290033
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
- 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/[email protected].0
uses: actions/[email protected].1
- name: Load Docker images.
uses: ./
with:
Expand Down

0 comments on commit 7290033

Please sign in to comment.