Bump actions/checkout from 1 to 3.1.0 - #60
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #72. |
dependabot
Bot
deleted the
dependabot/github_actions/actions/checkout-3.1.0
branch
September 4, 2023 19:32
colbytomita
added a commit
to colbytomita/finance-agent
that referenced
this pull request
Jul 20, 2026
…rough market hours The runner is only SUSPENDED while the laptop sleeps, so a machine asleep during market hours does nothing -- no refreshes, catalyst scan, or watchdog (Friday 2026-07-17's whole session was missed; laptop slept Thu 22:27 -> Sun 15:43 HST). New opt-in FinanceAgentWake task (install-wake-task.ps1 + uninstall mirror): a weekday -WakeToRun daily trigger (default 03:10 local, -WakeAt overridable) wakes the machine pre-open, then keep-awake.ps1 asserts SetThreadExecutionState (ES_SYSTEM_REQUIRED) to hold the system awake until 16:05 ET -- computed in US Eastern then converted to local, so it's DST-correct for HST; weekends self-skip; released in a finally. No permanent power-plan edits; the runner resumes on its own once the system is awake. Launched hidden by new run-hidden-ps.vbs (mirrors run-hidden.vbs for a .ps1; uses cmd /c so >> redirection is interpreted). Verified: DST math (close = 10:05 HST under EDT), the P/Invoke under PS 5.1 (decimal literals -- [uint32]0x80000000 throws under 5.1), the hidden vbs->cmd->powershell->log chain, BOM/CRLF on the new .ps1 files. The multi-hour hold itself is first exercised on the next weekday wake. Two OS deps -WakeToRun can't override are documented in the README + install output: "Allow wake timers" must be on, and a lid-close can still force sleep. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/checkout from 1 to 3.1.0.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
93ea575Prepare release v3.1.0 (#940)6a84743Bump@actions/coreto 1.10.0 (#939)e6d535cInject GitHub host to be able to clone from another GitHub instance (#922)2541b12Prepare changelog for v3.0.2. (#777)0ffe6f9Add set-safe-directory input to allow customers to take control. (#770)dcd71f6Enforce safe directory (#762)add3486Patch to fix the dependbot alert. (#744)5126516Bump minimist from 1.2.5 to 1.2.6 (#741)d50f8eaAdd v3.0 release information to changelog (#740)2d1c119update test workflows to checkout v3 (#709)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)