mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
chore: remove GitHub Actions deprecated command (#2790)
* Resolves GitHub Actions usage of deprecated command for setting output * Updates action versions to the latest released versions --------- Co-authored-by: Trenton Holmes <trenton.holmes@psware.com>
This commit is contained in:
parent
0151527fe3
commit
c3ec875d59
4 changed files with 16 additions and 16 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
fail-fast: true
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build Dockerfile
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue