Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#409)
Browse files Browse the repository at this point in the history
build(deps): bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
kodiakhq[bot] authored Aug 25, 2023
2 parents 9c8f690 + 01b319d commit 5849941
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/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install Nix
uses: cachix/install-nix-action@v22
Expand All @@ -34,7 +34,7 @@ jobs:
release: [focal, jammy]
steps:
- name: Check out repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- 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/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
release: [focal] # TODO: jammy
steps:
- name: Check out repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- 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/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- 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/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- 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/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
max-parallel: 1
steps:
- name: Check out repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0

Expand Down

0 comments on commit 5849941

Please sign in to comment.