Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 #414

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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