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