mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 09:08:52 +01:00
chore: Get the latest of all github actions (#1335)
This commit is contained in:
parent
1f5cb71a64
commit
49571ac635
9 changed files with 18 additions and 18 deletions
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
|
|
@ -13,11 +13,11 @@ jobs:
|
|||
steps:
|
||||
# Check out the repository
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Set up Docker
|
||||
- name: Set up Docker
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
# Log in to GitHub Container Registry
|
||||
- name: Log in to GitHub Container Registry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue