Skip to content

Commit 382b675

Browse files
Merge pull request #47 from step-security/ttl
Refresh firewall based on DNS TTL
2 parents bb7f413 + a4114bc commit 382b675

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/pre/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pre/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import * as tc from "@actions/tool-cache";
5454
cp.execSync("sudo chown -R $USER /home/agent");
5555

5656
const downloadPath: string = await tc.downloadTool(
57-
"https://github.com/step-security/agent/releases/download/v0.5.2/agent_0.5.2_linux_amd64.tar.gz"
57+
"https://github.com/step-security/agent/releases/download/v0.7.2/agent_0.7.2_linux_amd64.tar.gz"
5858
);
5959
const extractPath = await tc.extractTar(downloadPath);
6060

0 commit comments

Comments
 (0)