Skip to content

Commit

Permalink
Migrate deprecated ::set-output step
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 17, 2024
1 parent 903f4b8 commit 521d78e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
version: ${{ env.PACKER_VERSION }} # or `latest`
# Caches
- name: Current Month Var
run: |
echo "::set-output name=date::$(date +'%m-%Y')"
run: echo "date=$(date +'%m-%Y')" >> $GITHUB_OUTPUT

id: cache
- name: Cache libarchive build
uses: actions/cache@v4
Expand Down

0 comments on commit 521d78e

Please sign in to comment.