Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#414)
Browse files Browse the repository at this point in the history
build(deps): bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
kodiakhq[bot] authored Oct 18, 2023
2 parents 4fd3b17 + e178b38 commit e4b9948
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 e4b9948

Please sign in to comment.