Skip to content

Commit 8d999e1

Browse files
authored
Merge pull request #11 from BranchMetrics/INFRA-XX-ghaupdate-actions
INFRA-XX Auto-update GHA actions
2 parents 65dcd12 + 03c9c99 commit 8d999e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/import-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ runs:
5858
git commit -a -m'[release] ${{ inputs.tag }}'
5959
git push
6060
61-
echo "::set-output name=sha::$(git rev-parse HEAD)"
61+
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT

.github/workflows/import.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
MAIN_REPO_REPO: ios-branch-deep-linking-attribution
1616
steps:
1717
- name: Check out SPM repo
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Check out main iOS repo
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
with:
2222
repository: ${{ env.MAIN_REPO_OWNER }}/${{ env.MAIN_REPO_REPO }}
2323
ref: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)