浏览代码

Update GitHub actions

Seungmin Kim 3 年之前
父节点
当前提交
11197e816a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/container-publish.yml

+ 2 - 2
.github/workflows/container-publish.yml

@@ -15,7 +15,7 @@ jobs:
       packages: write
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
     - name: Log into registry ${{ env.REGISTRY }}
       if: github.event_name != 'pull_request'
       uses: docker/login-action@v2
@@ -44,7 +44,7 @@ jobs:
       packages: write
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
     - name: Log into registry ${{ env.REGISTRY }}
       if: github.event_name != 'pull_request'
       uses: docker/login-action@v2