Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.0.0 to 4.1.1 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD authored Nov 10, 2023
2 parents 2104614 + 4102d68 commit b5dfd71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

steps:
- name: ⤵️ Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1

- name: ❔ Check Container files changed
id: file_change
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/[email protected].0
uses: actions/[email protected].1

- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
Expand Down

0 comments on commit b5dfd71

Please sign in to comment.