Skip to content

Commit

Permalink
ci: update buildtrain workflow
Browse files Browse the repository at this point in the history
update nazm/get-time-action workflow to switch from set-output

Signed-off-by: Stefan Dej <meteyou@gmail.com>
  • Loading branch information
meteyou committed Jan 19, 2024
1 parent a7bfbef commit 1b76fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildTrain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "armbian_branch=${ARMBIAN_BRANCH}" >> $GITHUB_OUTPUT
- name: Checkout armbian Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
repository: ${{ steps.config.outputs.armbian_repository }}
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Get time
id: time
uses: nanzm/get-time-action@v1.1
uses: nanzm/get-time-action@v2
with:
format: 'YYYYMMDD-HHmm'

Expand Down

0 comments on commit 1b76fae

Please sign in to comment.