Skip to content

Commit 50f46be

Browse files
committed
github: Update GH actions versions
1 parent 43254f0 commit 50f46be

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

‎.github/workflows/test.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
os: [ubuntu-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717
- name: Set up Go
18-
uses: actions/setup-go@v2
18+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- name: Test

‎main.go‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ func loadEnvFile(directory string) (string, error) {
103103
}
104104

105105
return envSetScript.String(), nil
106-
107106
}
108107

109108
// parseEnvFile loads environment variables from text file on the form key=value.

‎main_test.go‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ func TestFindEnvInCurrentDir(t *testing.T) {
2424
check("export FIRSTUPDOTENV_CURRENT_SET_ENV=FOO,BAR")
2525
check("export FOO=value1")
2626
check("export BAR=value2")
27-
2827
}

0 commit comments

Comments
 (0)