diff --git a/.github/workflows/backup-all-repos-to-gitee.yml b/.github/workflows/backup-all-repos-to-gitee.yml index 0199fe732..9920dc1df 100644 --- a/.github/workflows/backup-all-repos-to-gitee.yml +++ b/.github/workflows/backup-all-repos-to-gitee.yml @@ -9,5 +9,5 @@ jobs: if: github.repository_owner == 'linuxdeepin' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: bash ".github/workflows/backup-all-repos-to-gitee.bash" linuxdeepin ${{ secrets.GITEE_SYNC_TOKEN }} diff --git a/.github/workflows/backup-all-repos-to-gitlabwh.yml b/.github/workflows/backup-all-repos-to-gitlabwh.yml index c07aae915..6a3365eaa 100644 --- a/.github/workflows/backup-all-repos-to-gitlabwh.yml +++ b/.github/workflows/backup-all-repos-to-gitlabwh.yml @@ -9,7 +9,7 @@ jobs: if: github.repository_owner == 'linuxdeepin' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: "linuxdeepin/jenkins-bridge-client" path: jenkins-bridge-client @@ -18,5 +18,5 @@ jobs: cd $GITHUB_WORKSPACE/jenkins-bridge-client go build . sudo install -Dvm755 jenkins-bridge-client -t /usr/bin/ - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: bash ".github/workflows/backup-all-repos-to-gitlabwh.bash" linuxdeepin ${{ secrets.BridgeToken }} diff --git a/.github/workflows/backup-to-gitlabwh.yml b/.github/workflows/backup-to-gitlabwh.yml index bb72ab340..6b7133007 100644 --- a/.github/workflows/backup-to-gitlabwh.yml +++ b/.github/workflows/backup-to-gitlabwh.yml @@ -11,7 +11,7 @@ jobs: name: backup-to-gitlab runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: "linuxdeepin/jenkins-bridge-client" path: jenkins-bridge-client diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index ea6fe724e..0eed30d57 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -19,7 +19,7 @@ jobs: - name: Print Environment run: export - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: "linuxdeepin/jenkins-bridge-client" path: jenkins-bridge-client diff --git a/.github/workflows/build-linglong.yml b/.github/workflows/build-linglong.yml index 846f10cff..4137228ae 100644 --- a/.github/workflows/build-linglong.yml +++ b/.github/workflows/build-linglong.yml @@ -19,7 +19,7 @@ jobs: - name: Print Environment run: export - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: "linuxdeepin/jenkins-bridge-client" path: jenkins-bridge-client diff --git a/.github/workflows/organization-manager.yml b/.github/workflows/organization-manager.yml index 46488b32f..1658a7385 100644 --- a/.github/workflows/organization-manager.yml +++ b/.github/workflows/organization-manager.yml @@ -15,7 +15,7 @@ jobs: name: organization-manager runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: linuxdeepin/action-organization-manager@main with: app_id: 174141 diff --git a/.github/workflows/tag-build.yml b/.github/workflows/tag-build.yml index 5f8f8380d..b9c11f2ba 100644 --- a/.github/workflows/tag-build.yml +++ b/.github/workflows/tag-build.yml @@ -17,7 +17,7 @@ jobs: - name: Print Environment run: export - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: "linuxdeepin/jenkins-bridge-client" path: jenkins-bridge-client diff --git a/.github/workflows/teams-manager.yml b/.github/workflows/teams-manager.yml index 49ddf3381..94fcb5ed1 100644 --- a/.github/workflows/teams-manager.yml +++ b/.github/workflows/teams-manager.yml @@ -11,7 +11,7 @@ jobs: if: github.ref_name == 'master' && github.repository == 'linuxdeepin/.github' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: update teams uses: linuxdeepin/action-teams-manager@master diff --git a/.github/workflows/templates-sync.yml b/.github/workflows/templates-sync.yml index e2017caa4..18814b60b 100644 --- a/.github/workflows/templates-sync.yml +++ b/.github/workflows/templates-sync.yml @@ -17,7 +17,7 @@ jobs: if: github.repository == 'linuxdeepin/.github' && github.ref == 'refs/heads/master' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 010b0aa3c..246600945 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -8,7 +8,7 @@ jobs: validate-yaml: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Validate YAML file run: 'yamllint -d "{ extends: relaxed, rules: {