Skip to content

Commit bed4623

Browse files
authored
Merge branch 'master' into update-copyright-year
2 parents 64255ff + cebeeab commit bed4623

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Setup PowerShell module cache
152152
id: cacher
153-
uses: actions/cache@v3
153+
uses: actions/cache@v4
154154
with:
155155
path: "C:\\Users\\runneradmin\\Documents\\PowerShell\\Modules"
156156
key: ${{ runner.os }}-InvokeBuild

choco/saml2aws.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
1010
<owners>Versent, https://github.com/Versent</owners>
1111
<title>saml2aws (Install)</title>
12-
<authors>Mark Wolfe, https://github.com/wolfeidau</authors>
12+
<authors>Versent, https://github.com/Versent</authors>
1313
<projectUrl>https://github.com/Versent/saml2aws</projectUrl>
1414
<licenseUrl>https://github.com/versent/saml2aws/blob/master/LICENSE.md</licenseUrl>
1515
<requireLicenseAcceptance>true</requireLicenseAcceptance>

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/PuerkitoBio/goquery v1.9.2
1212
github.com/alecthomas/kingpin v2.2.6+incompatible
1313
github.com/avast/retry-go v3.0.0+incompatible
14-
github.com/aws/aws-sdk-go v1.55.0
14+
github.com/aws/aws-sdk-go v1.55.5
1515
github.com/beevik/etree v1.4.1
1616
github.com/danieljoos/wincred v1.2.2
1717
github.com/google/uuid v1.6.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ github.com/andybalholm/cascadia v1.3.2/go.mod h1:7gtRlve5FxPPgIgX36uWBX58OdBsSS6
2424
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
2525
github.com/avast/retry-go v3.0.0+incompatible h1:4SOWQ7Qs+oroOTQOYnAHqelpCO0biHSxpiH9JdtuBj0=
2626
github.com/avast/retry-go v3.0.0+incompatible/go.mod h1:XtSnn+n/sHqQIpZ10K1qAevBhOOCWBLXXy3hyiqqBrY=
27-
github.com/aws/aws-sdk-go v1.55.0 h1:hVALKPjXz33kP1R9nTyJpUK7qF59dO2mleQxUW9mCVE=
28-
github.com/aws/aws-sdk-go v1.55.0/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
27+
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU=
28+
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
2929
github.com/bearsh/hid v1.3.0 h1:GLNa8hvEzJxzQEEpheDUr2SivvH7iwTrJrDhFKutfX8=
3030
github.com/bearsh/hid v1.3.0/go.mod h1:KbQByg8WfPr92v7aaKAHTtZUEVG7e2XRpcF8+TopQv8=
3131
github.com/beevik/etree v1.4.1 h1:PmQJDDYahBGNKDcpdX8uPy1xRCwoCGVUiW669MEirVI=

0 commit comments

Comments
 (0)