Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:essentialkaos/ek into develop
Browse files Browse the repository at this point in the history
* 'develop' of github.com:essentialkaos/ek:
  Bump golang.org/x/crypto from 0.12.0 to 0.13.0
  Bump actions/checkout from 3 to 4
  Bump golang.org/x/sys from 0.11.0 to 0.12.0
  Bump golang.org/x/crypto from 0.11.0 to 0.12.0
  Bump golang.org/x/sys from 0.10.0 to 0.11.0
  • Loading branch information
andyone committed Sep 13, 2023
2 parents 12a0a89 + 56c6c81 commit 926e33e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: false

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{env.SRC_DIR}}

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
cache: false

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{env.SRC_DIR}}

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
cache: false

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{env.SRC_DIR}}

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check spelling
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.18
require (
github.com/essentialkaos/check v1.4.0
github.com/essentialkaos/go-linenoise/v3 v3.4.0
golang.org/x/crypto v0.11.0
golang.org/x/sys v0.10.0
golang.org/x/crypto v0.13.0
golang.org/x/sys v0.12.0
)

require (
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsK
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
golang.org/x/crypto v0.11.0 h1:6Ewdq3tDic1mg5xRO4milcWCfMVQhI4NkqWWvqejpuA=
golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio=
golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA=
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/crypto v0.13.0 h1:mvySKfSWJ+UKUii46M40LOvyWfN0s2U+46/jDd0e6Ck=
golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 926e33e

Please sign in to comment.