Skip to content

Commit

Permalink
Merge pull request #25 from gittuf/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.2.1

Bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
patzielinski authored Oct 8, 2024
2 parents 38c9d83 + 56b9ed7 commit 1ea86b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Test gittuf installer with default version
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Install gittuf
uses: ./
- name: Verify install
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Test gittuf installer with specific version
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Install gittuf
uses: ./
with:
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Test gittuf installer from main branch
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: '1.23'
Expand Down

0 comments on commit 1ea86b2

Please sign in to comment.