Skip to content

Commit

Permalink
Merge pull request #36 from airtower-luna/test-dependabot-hash-update
Browse files Browse the repository at this point in the history
Test Dependabot updates for pinned versions
  • Loading branch information
airtower-luna authored Nov 2, 2022
2 parents 59f2f73 + caaa82c commit 8b4d1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
day: 'saturday'
day: 'thursday'
# Docker checks don't work recursively, so list both directories.
- package-ecosystem: 'docker'
directory: '/action-a'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Hello World action
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
- name: Check Python paths
run: |
for p in python python3 /usr/bin/python3; do
Expand Down

0 comments on commit 8b4d1c8

Please sign in to comment.