Skip to content

Commit 16afa8e

Browse files
Build(deps): Bump actions/checkout from 6.1.0 to 7.0.1 (#7765)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.1.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.1.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b7b758 commit 16afa8e

16 files changed

Lines changed: 22 additions & 22 deletions

.github/workflows/agent_governance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v7
18+
uses: actions/checkout@v7.0.1
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/ase_plugin_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v7
19+
uses: actions/checkout@v7.0.1
2020

2121
- name: Set up Miniconda
2222
uses: conda-incubator/setup-miniconda@v4

.github/workflows/build_test_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
container: ghcr.io/deepmodeling/abacus-${{ matrix.tag }}
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v7
58+
uses: actions/checkout@v7.0.1
5959
with:
6060
submodules: recursive
6161

.github/workflows/build_test_makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
container: ghcr.io/deepmodeling/abacus-${{ matrix.tag }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v7
23+
uses: actions/checkout@v7.0.1
2424
- name: Build
2525
run: |
2626
export I_MPI_CXX=icpx

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
container: ghcr.io/deepmodeling/abacus-gnu
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v7
20+
uses: actions/checkout@v7.0.1
2121
with:
2222
submodules: recursive
2323

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v7
28+
uses: actions/checkout@v7.0.1
2929
with:
3030
submodules: recursive
3131

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: github.repository_owner == 'deepmodeling'
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v7
37+
uses: actions/checkout@v7.0.1
3838

3939
- name: Install Doxygen
4040
run: sudo apt-get install doxygen graphviz -y

.github/workflows/dynamic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
container: ghcr.io/deepmodeling/abacus-gnu
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v7
20+
uses: actions/checkout@v7.0.1
2121
- name: Install external tools from toolchain
2222
run: |
2323
sudo apt update && sudo apt install -y xz-utils ninja-build pkg-config

.github/workflows/gpu-validation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: test "$GITHUB_REF_NAME" = "$DEFAULT_BRANCH"
5454

5555
- name: Checkout trusted control code
56-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
56+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5757
with:
5858
ref: ${{ github.event.repository.default_branch }}
5959
path: control
@@ -98,14 +98,14 @@ jobs:
9898
SOURCE_SHA: ${{ needs.admit.outputs.source_sha }}
9999
steps:
100100
- name: Checkout pinned control code
101-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
101+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
102102
with:
103103
ref: ${{ env.CONTROL_SHA }}
104104
path: control
105105
persist-credentials: false
106106

107107
- name: Checkout candidate source
108-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
108+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
109109
with:
110110
repository: ${{ env.SOURCE_REPOSITORY }}
111111
ref: ${{ env.SOURCE_SHA }}
@@ -235,7 +235,7 @@ jobs:
235235
pull-requests: write
236236
steps:
237237
- name: Checkout pinned reporter
238-
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
238+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
239239
with:
240240
ref: ${{ needs.admit.outputs.control_sha }}
241241
path: control

.github/workflows/interface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v7
37+
uses: actions/checkout@v7.0.1
3838

3939
- name: Set up Python 3.10
4040
uses: actions/setup-python@v7

0 commit comments

Comments
 (0)