Skip to content

Commit

Permalink
Merge pull request #5 from mintoolkit/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
kcq authored Mar 17, 2024
2 parents e0d3aaa + f123682 commit 1281401
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-testing-bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go: ['1.21']
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
with:
fetch-depth: 0
submodules: recursive
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-testing-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- name: Set up Go development environment
uses: actions/setup-go@v5.0.0
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- name: Set up Go development environment
uses: actions/setup-go@v5.0.0
Expand Down Expand Up @@ -116,10 +116,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- name: Check out slimtoolkit/examples repo
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2
with:
repository: slimtoolkit/examples
path: e2e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.2

- name: Set up Go development environment
uses: actions/setup-go@v5.0.0
Expand Down

0 comments on commit 1281401

Please sign in to comment.