mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-06-08 02:29:03 +00:00
chore: update dependencies (#34)
* 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 * style: fix lint errors
This commit is contained in:
parent
7283c5d4ff
commit
8cb6c181aa
8 changed files with 1603 additions and 5617 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