Skip to content

Commit

Permalink
Merge pull request #2 from nvda-es/dependabot/github_actions/actions-…
Browse files Browse the repository at this point in the history
…minor-750ccbbb06

Bump the actions-minor group with 2 updates
  • Loading branch information
jmdaweb authored Oct 28, 2024
2 parents a34e7a5 + 5a7107a commit 93f257a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- run: echo -e "pre-commit\nscons\nmarkdown">requirements.txt

- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.11
cache: 'pip'
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: ["build"]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: download releases files
uses: actions/[email protected]
- name: Display structure of downloaded files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkForTranslations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout main
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Get repository name
id: getRepoName
uses: actions/[email protected]
Expand Down

0 comments on commit 93f257a

Please sign in to comment.