1 Commits

Author SHA1 Message Date
dependabot[bot] 73816fbd85 Bump actions/checkout from 4.1.1 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 00:16:41 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
SPECKLE_AUTOMATE_URL: https://automate.speckle.dev
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3.2.0
with:
@@ -3,8 +3,8 @@
"TestAutomateFunction": {
"commandName": "Project",
"environmentVariables": {
"SPECKLE_TOKEN": "<YOUR TOKEN HERE>",
"SPECKLE_SERVER_URL": "https://latest.speckle.systems/"
"SPECKLE_TOKEN": "718d0650eea8038642850414e43bd81314d740359a",
"SPECKLE_SERVER_URL": "https://latest.speckle.dev/"
}
}
}