mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-06-08 11:09:02 +00:00
chore: update dependencies
This updates the @actions/core to 1.10.x, which is required to fix the deprecated state functionality. See: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ closes #33
This commit is contained in:
parent
7283c5d4ff
commit
5fd01dfa91
7 changed files with 1602 additions and 5615 deletions
6
.github/workflows/example.yml
vendored
6
.github/workflows/example.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install latest podman
|
||||
if: matrix.install_latest
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
install_latest: [ true, false ]
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install latest podman
|
||||
if: matrix.install_latest
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
install_latest: [ true, false ]
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install latest podman
|
||||
if: matrix.install_latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue