Skip to content

Commit

Permalink
Test Dependabot updates for pinned versions
Browse files Browse the repository at this point in the history
I'm intentionally pinning a slightly older version of actions/checkout
to see if the update works like it should.

See: dependabot/dependabot-core#4691
  • Loading branch information
airtower-luna committed Nov 2, 2022
1 parent 59f2f73 commit caaa82c
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 caaa82c

Please sign in to comment.