Skip to content

Commit

Permalink
Merge pull request #19 from troykelly/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.1

Bump actions/checkout from 3.3.0 to 4.1.1
  • Loading branch information
troykelly authored Dec 18, 2023
2 parents c9d9c6b + 8899638 commit fa41709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.1
- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.1
- name: 🚀 Run JQ
run: |
shopt -s globstar
Expand All @@ -28,6 +28,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.1
- name: 🚀 Run YAMLLint
uses: frenck/[email protected]

0 comments on commit fa41709

Please sign in to comment.