Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 14, 2024
1 parent 6f693e4 commit e014ba2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/a200.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
platforms: "arm64,amd64"

- name: Checkout
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Set up Docker Context for Buildx
id: buildx-context
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Setup Go
uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/me-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
platforms: "arm64,amd64"

- name: Checkout
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Set up Docker Context for Buildx
id: buildx-context
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vk2tg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
platforms: "arm64,amd64"

- name: Checkout
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Set up Docker Context for Buildx
id: buildx-context
Expand Down

0 comments on commit e014ba2

Please sign in to comment.