Skip to content

Commit aa262df

Browse files
chore(deps): bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b88b5e commit aa262df

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

.github/workflows/backup-all-repos-to-gitee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
if: github.repository_owner == 'linuxdeepin'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- run: bash ".github/workflows/backup-all-repos-to-gitee.bash" linuxdeepin ${{ secrets.GITEE_SYNC_TOKEN }}

.github/workflows/backup-all-repos-to-gitlabwh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.repository_owner == 'linuxdeepin'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
with:
1414
repository: "linuxdeepin/jenkins-bridge-client"
1515
path: jenkins-bridge-client
@@ -18,5 +18,5 @@ jobs:
1818
cd $GITHUB_WORKSPACE/jenkins-bridge-client
1919
go build .
2020
sudo install -Dvm755 jenkins-bridge-client -t /usr/bin/
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- run: bash ".github/workflows/backup-all-repos-to-gitlabwh.bash" linuxdeepin ${{ secrets.BridgeToken }}

.github/workflows/backup-to-gitlabwh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: backup-to-gitlab
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
with:
1616
repository: "linuxdeepin/jenkins-bridge-client"
1717
path: jenkins-bridge-client

.github/workflows/build-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Print Environment
2020
run: export
2121

22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
with:
2424
repository: "linuxdeepin/jenkins-bridge-client"
2525
path: jenkins-bridge-client

.github/workflows/build-linglong.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Print Environment
2020
run: export
2121

22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
with:
2424
repository: "linuxdeepin/jenkins-bridge-client"
2525
path: jenkins-bridge-client

.github/workflows/organization-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: organization-manager
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- uses: linuxdeepin/action-organization-manager@main
2020
with:
2121
app_id: 174141

.github/workflows/tag-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Print Environment
1818
run: export
1919

20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
with:
2222
repository: "linuxdeepin/jenkins-bridge-client"
2323
path: jenkins-bridge-client

.github/workflows/teams-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.ref_name == 'master' && github.repository == 'linuxdeepin/.github'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: update teams
1717
uses: linuxdeepin/action-teams-manager@master

.github/workflows/templates-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.repository == 'linuxdeepin/.github' && github.ref == 'refs/heads/master'
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
validate-yaml:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Validate YAML file
1313
run: 'yamllint -d "{
1414
extends: relaxed, rules: {

0 commit comments

Comments
 (0)