Skip to content

Commit bcdb5e1

Browse files
chore(deps): Bump actions/checkout from 6 to 7 (#334)
* chore(deps): Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): update actions/checkout to 7.0.0 Signed-off-by: Nora Blomaard <nora.blomaard@alliander.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Nora Blomaard <nora.blomaard@alliander.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nora Blomaard <nora.blomaard@alliander.com>
1 parent 0387474 commit bcdb5e1

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auto-alignment-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: aws
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6
18+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
1919

2020
- name: Configure AWS credentials
2121
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 #v6

.github/workflows/cim-mapping-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: aws
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6
18+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
1919

2020
- name: Configure AWS credentials
2121
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 #v6

.github/workflows/compas-openscd-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: aws
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6
18+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
1919

2020
- name: Configure AWS credentials
2121
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 #v6

.github/workflows/data-service-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: aws
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6
18+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
1919

2020
- name: Configure AWS credentials
2121
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 #v6

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
1515
- name: REUSE Compliance Check
1616
uses: fsfe/reuse-action@v6

.github/workflows/run-integration-tests-postgresql.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
2323

2424
- name: Cache Docker Register
2525
uses: actions/cache@v5

0 commit comments

Comments
 (0)