Skip to content

Commit

Permalink
Pin build repo ver
Browse files Browse the repository at this point in the history
  • Loading branch information
momijizukamori committed Jun 12, 2024
1 parent fa19d20 commit 4c0eb91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout build tools
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: lolibrary/build
token: ${{ secrets.PAT }}
ref: cea7b09494c6541c8bdfc7d919e1d58428061117
- name: Checkout Sakura
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: cache
- name: GHCR login
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout build tools
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: lolibrary/build
token: ${{ secrets.PAT }}
ref: cea7b09494c6541c8bdfc7d919e1d58428061117
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout build tools
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: lolibrary/build
token: ${{ secrets.PAT }}
ref: cea7b09494c6541c8bdfc7d919e1d58428061117
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
Expand Down

0 comments on commit 4c0eb91

Please sign in to comment.