Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Bump actions/checkout from 3.6.0 to 4.0.0 #21

Merged
merged 1 commit into from
Sep 11, 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
10 changes: 5 additions & 5 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions: {}
name: Install zeitgeist and test presence in path
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Install zeitgeist
uses: ./
- name: Check install!
Expand All @@ -39,7 +39,7 @@ jobs:
go_version: ['1.19', '1.20']
name: Try to install zeitgeist with go ${{ matrix.go_version }}
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: ${{ matrix.go_version }}
Expand All @@ -59,7 +59,7 @@ jobs:
permissions: {}
name: Install Custom zeitgeist and test presence in path with custom root dir
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Install zeitgeist
uses: ./
with:
Expand All @@ -84,7 +84,7 @@ jobs:
permissions: {}
name: Install Custom path zeitgeist and test presence in path
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Install zeitgeist
uses: ./
with:
Expand All @@ -108,7 +108,7 @@ jobs:
permissions: {}
name: Try to install a wrong zeitgeist
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Install zeitgeist
uses: ./
with:
Expand Down
Loading