Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/set_for_end_of_british_summertime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: Turn off BST time adjustment
steps:
# actions/[email protected]
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Update to reflect end of British Summer time
run: |
sed -i 's/T08:30Z/T09:30Z/g' pages/index.html
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/set_for_start_of_british_summertime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: Turn on BST adjustment
steps:
# actions/[email protected]
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Update to reflect start of British Summer time
run: |
sed -i 's/T09:30Z/T08:30Z/g' pages/index.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-date.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Add next file
steps:
# actions/[email protected]
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Create file and push
run: |
sudo apt update && sudo apt install -y ncal
Expand Down