Skip to content

Commit

Permalink
Merge pull request #11 from ToasterUwU/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.1.1

chore(deps): bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
ToasterUwU authored Oct 18, 2023
2 parents e97ee4a + c3b1efa commit 363c736
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
Expand All @@ -30,7 +30,7 @@ jobs:
needs: ubuntu-build
steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Download PyInstaller Output
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out the code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Make changes
run: |
Expand Down

0 comments on commit 363c736

Please sign in to comment.