Skip to content

Commit

Permalink
Checkout update (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Reno <nova2022@uisge.io>
  • Loading branch information
bdreno and Brad Reno committed Feb 20, 2023
1 parent f4551cf commit a841281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autopkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 120 # Keeps your builds from running too long
steps:
- name: Checkout AutoPkg Continuous Integration
uses: actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b # Pin SHA1 hash instead of version
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # Pin SHA1 hash instead of version
with:
fetch-depth: 1

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
for repo in $(cat repo_list.txt); do autopkg repo-add "$repo" && autopkg repo-update "$repo"; done
- name: Checkout autopkg cache repo
uses: actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
repository: ${{ secrets.AUTOPKG_CACHE_REPO }}
token: ${{ secrets.AUTOPKG_GITHUB_TOKEN }}
Expand All @@ -107,7 +107,7 @@ jobs:
path: cache

- name: Checkout your autopkg override repo
uses: actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
repository: ${{ secrets.AUTOPKG_OVERRIDES_REPO }}
token: ${{ secrets.AUTOPKG_GITHUB_TOKEN }}
Expand Down

0 comments on commit a841281

Please sign in to comment.