Skip to content

Commit 547e2cb

Browse files
Bump actions/checkout from 7.0.0 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a33ed1 commit 547e2cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/set_for_end_of_british_summertime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Turn off BST time adjustment
1010
steps:
1111
# actions/checkout@v7.0.0
12-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
12+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1313
- name: Update to reflect end of British Summer time
1414
run: |
1515
sed -i 's/T08:30Z/T09:30Z/g' pages/index.html

.github/workflows/set_for_start_of_british_summertime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Turn on BST adjustment
1010
steps:
1111
# actions/checkout@v7.0.0
12-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
12+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1313
- name: Update to reflect start of British Summer time
1414
run: |
1515
sed -i 's/T09:30Z/T08:30Z/g' pages/index.html

.github/workflows/update-date.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Add next file
99
steps:
1010
# actions/checkout@v7.0.0
11-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
11+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
1212
- name: Create file and push
1313
run: |
1414
sudo apt update && sudo apt install -y ncal

0 commit comments

Comments
 (0)