Compare commits
2 Commits
db488e06ab
...
1ef217f9dd
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ef217f9dd | |||
|
373348a336
|
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
# Checkout the repository code
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Set outputs
|
||||
id: vars
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
if: ${{ success() }}
|
||||
steps:
|
||||
- name: Checkout target repository
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
repository: infrastructure/core-apps
|
||||
token: ${{ secrets.ACTIONS_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user