Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.5.2 to 3.5.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v3.5.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2023
1 parent 692bfa0 commit a667249
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3

- name: 🏗 Setup nodejs
uses: actions/setup-node@v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3

- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v2.20.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3

- name: 🚀 Dependency Review
uses: actions/dependency-review-action@v3.0.6
2 changes: 1 addition & 1 deletion .github/workflows/publish-alwatr-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3

- name: 🏗 Setup Docker Buildx
uses: docker/setup-buildx-action@v2.7.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3

- name: 🏗 Setup nodejs
uses: actions/setup-node@v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-special-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3

- name: 🏗 Extract Docker metadata
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3

- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@v1.3.0
Expand Down

0 comments on commit a667249

Please sign in to comment.