Skip to content

Commit 4108f4a

Browse files
Copilotlpmi-13
andcommitted
Move version comment inline for dependabot tracking
Co-authored-by: lpmi-13 <5070516+lpmi-13@users.noreply.github.com>
1 parent 654e2d4 commit 4108f4a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

‎.github/workflows/set_for_end_of_british_summertime.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
name: Turn off BST time adjustment
1010
steps:
11-
# actions/checkout@v7.0.0
12-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
11+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1312
- name: Update to reflect end of British Summer time
1413
run: |
1514
sed -i 's/T08:30Z/T09:30Z/g' pages/index.html

‎.github/workflows/set_for_start_of_british_summertime.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
name: Turn on BST adjustment
1010
steps:
11-
# actions/checkout@v7.0.0
12-
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
11+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1312
- name: Update to reflect start of British Summer time
1413
run: |
1514
sed -i 's/T09:30Z/T08:30Z/g' pages/index.html

0 commit comments

Comments
 (0)