Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/backup-all-repos-to-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions .github/workflows/backup-all-repos-to-gitlabwh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/backup-to-gitlabwh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linglong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/organization-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/teams-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
Loading