Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 4fd3b17 commit e178b38
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Install Nix
uses: cachix/install-nix-action@v23
Expand All @@ -34,7 +34,7 @@ jobs:
release: [focal, jammy]
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Build Docker container
run: docker build --build-arg=RELEASE=${{ matrix.release }} --tag=tester .
Expand All @@ -52,7 +52,7 @@ jobs:
release: [focal] # TODO: jammy
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
release: [focal] # TODO: jammy
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Build Docker container
run: docker build --build-arg=RELEASE=${{ matrix.release }} --tag=tester .
Expand All @@ -106,7 +106,7 @@ jobs:
release: [focal] # TODO: jammy
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Build Docker container
run: docker build --build-arg=RELEASE=${{ matrix.release }} --tag=tester .
Expand All @@ -126,7 +126,7 @@ jobs:
release: [focal] # TODO: jammy
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Build Docker container
run: docker build --build-arg=RELEASE=${{ matrix.release }} --tag=tester .
Expand All @@ -146,7 +146,7 @@ jobs:
release: [focal] # TODO: jammy
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
max-parallel: 1
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down

0 comments on commit e178b38

Please sign in to comment.